public class SubjectAreaImpl extends Object implements SubjectArea
| Modifier and Type | Field and Description |
|---|---|
SubjectAreaGraphImpl |
graphAPI |
SubjectAreaRelationshipImpl |
relationshipAPI |
| Constructor and Description |
|---|
SubjectAreaImpl(String serverName,
String omasServerURL)
Default Constructor used once a connector is created.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
SubjectAreaRelationship |
getSubjectAreaRelationship()
Get the subject area relationship API class - use this class to issue relationship calls.
|
SubjectAreaTerm |
getSubjectAreaTerm()
Get the Relationship API.
|
public final SubjectAreaRelationshipImpl relationshipAPI
public final SubjectAreaGraphImpl graphAPI
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 SubjectAreaTerm getSubjectAreaTerm()
getSubjectAreaTerm in interface SubjectAreapublic SubjectAreaRelationship getSubjectAreaRelationship()
getSubjectAreaRelationship in interface SubjectAreapublic SubjectAreaGraph getSubjectAreaGraph()
getSubjectAreaGraph in interface SubjectAreaCopyright © 2018–2019 ODPi. All rights reserved.