Uses of Class
fi.tut.mei.resdescapi.exception.ARDAlreadyExistException
-
Packages that use ARDAlreadyExistException Package Description fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ARDAlreadyExistException in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that throw ARDAlreadyExistException Modifier and Type Method Description boolean
ResCatStoImpl_LocalFileSystem. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)
boolean
ResCatStoImpl_TestWithDummyData. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)
boolean
ResCatStorageInterface. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)
Pushes given ARD to storage and updates the possible search index with this information.boolean
ResCatStoImpl_LocalFileSystem. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)
boolean
ResCatStoImpl_TestWithDummyData. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)
boolean
ResCatStorageInterface. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)
Pushes given ARD to storage and updates the possible search index with this information.boolean
ResCatAPI. setARDStructure(AbstractResourceDesc ardObj, boolean overwrite)
boolean
ResCatAPI. setARDStructure(AbstractResourceDesc ardObj, String filename, boolean overwrite)
boolean
ResCatAPIInterface. setARDStructure(AbstractResourceDesc ardObj, boolean overwrite)
Writes/pushes Abstract Resource Description (ARD) to the Resource Catalogueboolean
ResCatAPIInterface. setARDStructure(AbstractResourceDesc ardObj, String filename, boolean overwrite)
Writes/pushes Abstract Resource Description (ARD) to the Resource Catalogue
-