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 booleanResCatStoImpl_LocalFileSystem. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)booleanResCatStoImpl_TestWithDummyData. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)booleanResCatStorageInterface. pushARDContentToStorage(String ardContentData, String filename, boolean overwrite)Pushes given ARD to storage and updates the possible search index with this information.booleanResCatStoImpl_LocalFileSystem. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)booleanResCatStoImpl_TestWithDummyData. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)booleanResCatStorageInterface. pushARDStructureToStorage(AbstractResourceDesc ardObj, String filename, boolean overwrite)Pushes given ARD to storage and updates the possible search index with this information.booleanResCatAPI. setARDStructure(AbstractResourceDesc ardObj, boolean overwrite)booleanResCatAPI. setARDStructure(AbstractResourceDesc ardObj, String filename, boolean overwrite)booleanResCatAPIInterface. setARDStructure(AbstractResourceDesc ardObj, boolean overwrite)Writes/pushes Abstract Resource Description (ARD) to the Resource CataloguebooleanResCatAPIInterface. setARDStructure(AbstractResourceDesc ardObj, String filename, boolean overwrite)Writes/pushes Abstract Resource Description (ARD) to the Resource Catalogue
-