Class SubjectAreaTermClient<T extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term>

All Implemented Interfaces:
SubjectAreaClient<T>, SubjectAreaNodeClient<T>, org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<T>

public class SubjectAreaTermClient<T extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term> extends AbstractSubjectAreaNode<T>
  • Constructor Details

  • Method Details

    • getCategories

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category> getCategories(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Get the Categories that categorise this term.
      Parameters:
      userId - unique identifier for requesting user, under which the request is performed.
      guid - unique identifier of the Term
      findRequest - request specification
      Returns:
      list of categories
      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.