Interface SubjectArea
-
- All Known Implementing Classes:
SubjectAreaImpl
public interface SubjectAreaThe SubjectArea Open Metadata Access Service (OMAS).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectAreaNodeClientsnodeClients()StringomasServerUrl()Base url used to issue Rest callsSubjectAreaRelationshipClientsrelationshipClients()Get the subject area relationship API class - use this class to issue relationship calls.StringserverName()Server Name under which this request is performed, this is used in multi tenanting to identify the tenantSubjectAreaConfigClientsubjectAreaConfigClient()Get the subject area config API class - use this class to issue config calls.SubjectAreaGraphClientsubjectAreaGraphClient()Get the subject area graph API class - use this class to issue graph calls.
-
-
-
Method Detail
-
nodeClients
SubjectAreaNodeClients nodeClients()
-
relationshipClients
SubjectAreaRelationshipClients relationshipClients()
Get the subject area relationship API class - use this class to issue relationship calls.- Returns:
- subject area relationship API class
-
subjectAreaConfigClient
SubjectAreaConfigClient subjectAreaConfigClient()
Get the subject area config API class - use this class to issue config calls.- Returns:
- subject area config API class
-
subjectAreaGraphClient
SubjectAreaGraphClient subjectAreaGraphClient()
Get the subject area graph API class - use this class to issue graph calls.- Returns:
- subject area graph API class
-
serverName
String serverName()
Server Name under which this request is performed, this is used in multi tenanting to identify the tenant- Returns:
- serverName name of the server
-
omasServerUrl
String omasServerUrl()
Base url used to issue Rest calls- Returns:
- base url
-
-