public interface CatalogService
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog(String id)
Get the catalog with the given id
|
Catalog |
getCatalogOfStudyDefinition(String id)
Get the catalog of the study definition with the given id
|
Iterable<CatalogMeta> |
getCatalogs()
Gets all available catalogs
|
boolean |
isCatalogActivated(String id)
Returns whether the catalog with the given id is activated
|
boolean |
isCatalogLoaded(String id)
Returns whether the catalog with the given id is loaded
|
boolean |
isCatalogOfStudyDefinitionLoaded(String id)
Returns whether the catalog for the study definition with the given id is loaded
|
Iterable<CatalogMeta> getCatalogs()
Catalog getCatalog(String id) throws UnknownCatalogException
id - catalog idUnknownCatalogExceptionboolean isCatalogLoaded(String id) throws UnknownCatalogException
id - UnknownCatalogExceptionboolean isCatalogActivated(String id) throws UnknownCatalogException
id - UnknownCatalogExceptionCatalog getCatalogOfStudyDefinition(String id) throws UnknownCatalogException, UnknownStudyDefinitionException
id - study definition idUnknownCatalogExceptionUnknownStudyDefinitionExceptionboolean isCatalogOfStudyDefinitionLoaded(String id) throws UnknownCatalogException, UnknownStudyDefinitionException
id - UnknownCatalogExceptionUnknownStudyDefinitionExceptionCopyright © 2014. All Rights Reserved.