public class AssetCatalogServicesInstance extends Object
| Constructor and Description |
|---|
AssetCatalogServicesInstance(OMRSRepositoryConnector repositoryConnector)
Set up the local repository connector that will service the REST Calls.
|
| Modifier and Type | Method and Description |
|---|---|
OMRSMetadataCollection |
getMetadataCollection()
Return the local metadata collection for this server.
|
String |
getServerName()
Return the server name.
|
void |
shutdown()
Unregister this instance from the instance map.
|
public AssetCatalogServicesInstance(OMRSRepositoryConnector repositoryConnector) throws NewInstanceException
repositoryConnector - link to the repository responsible for servicing the REST calls.NewInstanceException - a problem occurred during initializationpublic String getServerName() throws NewInstanceException
NewInstanceException - a problem occurred during initializationpublic OMRSMetadataCollection getMetadataCollection() throws PropertyServerException
PropertyServerException - the instance has not been initialized successfullypublic void shutdown()
Copyright © 2018–2019 ODPi. All rights reserved.