Uses of Class
fi.tut.mei.resdescapi.exception.RDAlreadyExistException
-
Packages that use RDAlreadyExistException Package Description fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of RDAlreadyExistException in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that throw RDAlreadyExistException Modifier and Type Method Description boolean
ResCatStoImpl_LocalFileSystem. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)
boolean
ResCatStoImpl_TestWithDummyData. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)
boolean
ResCatStorageInterface. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)
Pushes given RD to storage and updates the possible search index with this information.boolean
ResCatStoImpl_LocalFileSystem. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatStoImpl_TestWithDummyData. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatStorageInterface. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
Pushes given RD to storage and updates the possible search index with this information.boolean
ResCatAPI. setRDStructure(ResourceDescription rdObj, boolean overwrite)
boolean
ResCatAPI. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatAPIInterface. setRDStructure(ResourceDescription rdObj, boolean overwrite)
Sets (pushes) the given Resource Description (RD) to Resource Catalogue Storageboolean
ResCatAPIInterface. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)
Sets (pushes) the given Resource Description (RD) to Resource Catalogue Storage
-