Interface SubjectAreaConfig
- All Known Implementing Classes:
SubjectAreaConfigClient
public interface SubjectAreaConfig
-
Method Summary
-
Method Details
-
getConfig
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config getConfig(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Get the config.The result is the configuration
- Parameters:
userId- userId under which the request is performed- Returns:
- The configuration
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- something went wrong with the REST call stack.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid
-