public class SubjectAreaServicesInstance extends Object
| Constructor and Description |
|---|
SubjectAreaServicesInstance(OMRSRepositoryConnector repositoryConnector)
Set up the local repository connector that will service the REST Calls.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessServiceName() |
OMRSMetadataCollection |
getMetadataCollection() |
OMRSRepositoryConnector |
getRepositoryConnector() |
String |
getServerName()
Return the server name.
|
void |
shutdown()
Unregister this instance from the instance map.
|
public SubjectAreaServicesInstance(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 OMRSRepositoryConnector getRepositoryConnector()
public void shutdown()
public String getAccessServiceName()
public OMRSMetadataCollection getMetadataCollection()
Copyright © 2018–2019 ODPi. All rights reserved.