Uses of Class
fi.tut.mei.resdescapi.exception.RDNotExistException
-
Packages that use RDNotExistException Package Description fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of RDNotExistException in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that throw RDNotExistException Modifier and Type Method Description ResourceDescriptionResCatAPI. getRDStructure_EmptyTemplate()ResourceDescriptionResCatAPIInterface. getRDStructure_EmptyTemplate()Retrieves an Empty Template of Resource Description (RD)ResourceDescriptionResCatAPI. getRDStructure_RDId(String RDId)ResourceDescriptionResCatAPIInterface. getRDStructure_RDId(String RDId)Retrieves Resource Description (RD) by given RD IdResourceDescriptionResCatStoImpl_LocalFileSystem. getRDStructureFromStorage(String rdId)ResourceDescriptionResCatStoImpl_TestWithDummyData. getRDStructureFromStorage(String rdId)ResourceDescriptionResCatStorageInterface. getRDStructureFromStorage(String rdId)Gets Resource Description (RD) by given RD Id.booleanResCatStoImpl_LocalFileSystem. hasRD(String rdId)booleanResCatStoImpl_TestWithDummyData. hasRD(String rdId)booleanResCatStorageInterface. hasRD(String rdId)Has this repository a specific RD or not?
-