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 class
ResCatStoImpl_LocalFileSystem
This is a Resource Catalogue Storage Platform implementation for local file system usage.class
ResCatStoImpl_TestWithDummyData
This 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 ResCatStoImpl
ResCatStoPool. getStorage_byId(String id)
Gets specific Resource Catalogue Storage from the poolResCatStoImpl
ResCatStoPool. 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 boolean
ResCatStoPool. addStorage(String id, ResCatStoImpl storage)
Adds specific Resource Catalogue Storage to the pool
-