Uses of Class
fi.tut.mei.resdescapi.rescatapi.ResCatStoImpl
-
Packages that use ResCatStoImpl Package Description fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ResCatStoImpl in fi.tut.mei.resdescapi.rescatapi
Subclasses of ResCatStoImpl in fi.tut.mei.resdescapi.rescatapi Modifier and Type Class Description classResCatStoImpl_LocalFileSystemThis is a Resource Catalogue Storage Platform implementation for local file system usage.classResCatStoImpl_TestWithDummyDataThis is Dummy implementation for early tests of Resource Catalogue Storage Platform.Methods in fi.tut.mei.resdescapi.rescatapi that return ResCatStoImpl Modifier and Type Method Description ResCatStoImplResCatStoPool. getStorage_byId(String id)Gets specific Resource Catalogue Storage from the poolResCatStoImplResCatStoPool. getStorage_byName(String name)Gets specific Resource Catalogue Storage from the poolMethods in fi.tut.mei.resdescapi.rescatapi that return types with arguments of type ResCatStoImpl Modifier and Type Method Description protected Map<String,ResCatStoImpl>ResCatStoPool. getStoragePool()Gets the entire Storage PoolMethods in fi.tut.mei.resdescapi.rescatapi with parameters of type ResCatStoImpl Modifier and Type Method Description booleanResCatStoPool. addStorage(String id, ResCatStoImpl storage)Adds specific Resource Catalogue Storage to the pool
-