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 booleanResCatStoImpl_LocalFileSystem. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)booleanResCatStoImpl_TestWithDummyData. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)booleanResCatStorageInterface. pushRDContentToStorage(String rdContentData, String filename, boolean overwrite)Pushes given RD to storage and updates the possible search index with this information.booleanResCatStoImpl_LocalFileSystem. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)booleanResCatStoImpl_TestWithDummyData. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)booleanResCatStorageInterface. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)Pushes given RD to storage and updates the possible search index with this information.booleanResCatAPI. setRDStructure(ResourceDescription rdObj, boolean overwrite)booleanResCatAPI. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)booleanResCatAPIInterface. setRDStructure(ResourceDescription rdObj, boolean overwrite)Sets (pushes) the given Resource Description (RD) to Resource Catalogue StoragebooleanResCatAPIInterface. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)Sets (pushes) the given Resource Description (RD) to Resource Catalogue Storage
-