Class SubjectAreaConfigRESTServices
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaConfigRESTServices
The SubjectAreaTermRESTServices provides the server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS) for Terms. This interface provides term authoring interfaces for subject area experts.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
createRelationship, deleteRelationship, getFindRequest, getRelationship, getResponseForException, restoreRelationship, updateRelationship
-
Constructor Details
-
SubjectAreaConfigRESTServices
public SubjectAreaConfigRESTServices()Default constructor
-
-
Method Details
-
getConfig
public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config> getConfig(String serverName, String userId) get the configuration- Parameters:
serverName- server nameuserId- userid of the caller- Returns:
- the configuration
-