public interface SubjectArea
| Modifier and Type | Method and Description |
|---|---|
String |
getOmasServerUrl()
Base url used to issue 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 subject area category API class - use this class to issue category calls.
|
SubjectAreaGlossary |
getSubjectAreaGlossary()
Get the subject area glossary API class - use this class to issue glossary calls.
|
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 subject area term API class - use this class to issue term calls.
|
SubjectAreaGlossary getSubjectAreaGlossary()
SubjectAreaTerm getSubjectAreaTerm()
SubjectAreaCategory getSubjectAreaCategory()
SubjectAreaRelationship getSubjectAreaRelationship()
SubjectAreaGraph getSubjectAreaGraph()
SubjectAreaProject getSubjectAreaProject()
String getServerName()
String getOmasServerUrl()
Copyright © 2018–2020 ODPi. All rights reserved.