Class SubjectAreaConfigRESTServices
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaConfigRESTServices
-
public class SubjectAreaConfigRESTServices extends SubjectAreaRESTServicesInstance
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 Constructor Description SubjectAreaConfigRESTServices()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubjectAreaOMASAPIResponse<Config>getConfig(String serverName, String userId)get the configuration-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
createRelationship, deleteRelationship, getFindRequest, getRelationship, getResponseForException, restoreRelationship, updateRelationship
-
-
-
-
Method Detail
-
getConfig
public SubjectAreaOMASAPIResponse<Config> getConfig(String serverName, String userId)
get the configuration- Parameters:
serverName- server nameuserId- userid of the caller- Returns:
- the configuration
-
-