java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient
All Implemented Interfaces:
SubjectAreaConfig, org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config>

public class SubjectAreaConfigClient extends Object implements SubjectAreaConfig, org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config>
  • Constructor Details

  • Method Details

    • responseType

      public Class<? extends org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse> responseType()
      Specified by:
      responseType in interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config>
    • getConfig

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Config getConfig(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Description copied from interface: SubjectAreaConfig
      Get the config.

      The result is the configuration

      Specified by:
      getConfig in interface SubjectAreaConfig
      Parameters:
      userId - userId under which the request is performed
      Returns:
      The configuration
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid