public class SubjectAreaServicesInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OMRSAPIHelper |
oMRSAPIHelper |
| Constructor and Description |
|---|
SubjectAreaServicesInstance()
Default constructor
|
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 |
setOMRSAPIHelper(OMRSAPIHelper oMRSAPIHelper) |
void |
shutdown()
Unregister this instance from the instance map.
|
protected OMRSAPIHelper oMRSAPIHelper
public SubjectAreaServicesInstance(OMRSRepositoryConnector repositoryConnector) throws NewInstanceException
repositoryConnector - link to the repository responsible for servicing the REST calls.NewInstanceException - a problem occurred during initializationpublic SubjectAreaServicesInstance()
public String getServerName() throws NewInstanceException
NewInstanceException - a problem occurred during initializationpublic void setOMRSAPIHelper(OMRSAPIHelper oMRSAPIHelper)
public OMRSRepositoryConnector getRepositoryConnector()
public void shutdown()
public String getAccessServiceName()
public OMRSMetadataCollection getMetadataCollection()
Copyright © 2018–2019 ODPi. All rights reserved.