public class SubjectAreaImpl extends Object implements SubjectArea
| Constructor and Description |
|---|
SubjectAreaImpl(String serverName,
String omasServerURL)
Default Constructor used once a connector is created.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAreaNodeClients |
nodeClients() |
String |
omasServerUrl()
Base url used to issue OMAS Rest calls
|
SubjectAreaRelationshipClients |
relationshipClients()
Get the subject area relationship API class - use this class to issue relationship calls.
|
String |
serverName()
Server Name under which this request is performed, this is used in multi tenanting to identify the tenant
|
SubjectAreaConfigClient |
subjectAreaConfigClient()
Get the subject area graph API class - use this class to issue config calls.
|
SubjectAreaGraphClient |
subjectAreaGraphClient()
Get the subject area graph API class - use this class to issue graph calls.
|
public SubjectAreaImpl(String serverName, String omasServerURL) throws InvalidParameterException
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantomasServerURL - - unique id for the connector instanceInvalidParameterException - one of the parameters is null or invalid.public SubjectAreaNodeClients nodeClients()
nodeClients in interface SubjectAreapublic SubjectAreaRelationshipClients relationshipClients()
relationshipClients in interface SubjectAreapublic SubjectAreaConfigClient subjectAreaConfigClient()
subjectAreaConfigClient in interface SubjectAreapublic SubjectAreaGraphClient subjectAreaGraphClient()
subjectAreaGraphClient in interface SubjectAreapublic String serverName()
serverName in interface SubjectAreapublic String omasServerUrl()
omasServerUrl in interface SubjectAreaCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.