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 ResourceDescription
ResCatAPI. getRDStructure_EmptyTemplate()
ResourceDescription
ResCatAPIInterface. getRDStructure_EmptyTemplate()
Retrieves an Empty Template of Resource Description (RD)ResourceDescription
ResCatAPI. getRDStructure_RDId(String RDId)
ResourceDescription
ResCatAPIInterface. getRDStructure_RDId(String RDId)
Retrieves Resource Description (RD) by given RD IdResourceDescription
ResCatStoImpl_LocalFileSystem. getRDStructureFromStorage(String rdId)
ResourceDescription
ResCatStoImpl_TestWithDummyData. getRDStructureFromStorage(String rdId)
ResourceDescription
ResCatStorageInterface. getRDStructureFromStorage(String rdId)
Gets Resource Description (RD) by given RD Id.boolean
ResCatStoImpl_LocalFileSystem. hasRD(String rdId)
boolean
ResCatStoImpl_TestWithDummyData. hasRD(String rdId)
boolean
ResCatStorageInterface. hasRD(String rdId)
Has this repository a specific RD or not?
-