public class SubjectAreaImpl extends Object implements SubjectArea
| Modifier and Type | Field and Description |
|---|---|
SubjectAreaGraph |
graphAPI |
String |
omasServerUrl |
SubjectAreaRelationship |
relationshipAPI |
String |
serverName |
| Constructor and Description |
|---|
SubjectAreaImpl(String serverName,
String omasServerURL)
Default Constructor used once a connector is created.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOmasServerUrl()
Base url used to issue OMAS Rest calls
|
String |
getServerName()
Server Name under which this request is performed, this is used in multi tenanting to identify the tenant
|
SubjectAreaCategory |
getSubjectAreaCategory()
Get the Category API.
|
SubjectAreaGlossary |
getSubjectAreaGlossary()
Get the Glossary API.
|
SubjectAreaGraph |
getSubjectAreaGraph()
Get the subject area graph API class - use this class to issue graph calls.
|
SubjectAreaProject |
getSubjectAreaProject()
Get the subject area project API class - use this class to issue project calls.
|
SubjectAreaRelationship |
getSubjectAreaRelationship()
Get the subject area relationship API class - use this class to issue relationship calls.
|
SubjectAreaTerm |
getSubjectAreaTerm()
Get the Relationship API.
|
public final SubjectAreaRelationship relationshipAPI
public final SubjectAreaGraph graphAPI
public final String serverName
public final String omasServerUrl
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 SubjectAreaCategory getSubjectAreaCategory()
getSubjectAreaCategory in interface SubjectAreapublic SubjectAreaGlossary getSubjectAreaGlossary()
getSubjectAreaGlossary in interface SubjectAreapublic SubjectAreaProject getSubjectAreaProject()
getSubjectAreaProject in interface SubjectAreapublic SubjectAreaTerm getSubjectAreaTerm()
getSubjectAreaTerm in interface SubjectAreapublic SubjectAreaRelationship getSubjectAreaRelationship()
getSubjectAreaRelationship in interface SubjectAreapublic SubjectAreaGraph getSubjectAreaGraph()
getSubjectAreaGraph in interface SubjectAreapublic String getServerName()
getServerName in interface SubjectAreapublic String getOmasServerUrl()
getOmasServerUrl in interface SubjectAreaCopyright © 2018–2020 ODPi. All rights reserved.