Class AbstractSubjectAreaNode<E extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node>

java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.client.AbstractSubjectArea<E>
org.odpi.openmetadata.accessservices.subjectarea.client.nodes.AbstractSubjectAreaNode<E>
Type Parameters:
E - inherited from Node type Abstract class for Subject Area client node operations
All Implemented Interfaces:
SubjectAreaClient<E>, SubjectAreaNodeClient<E>, org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<E>
Direct Known Subclasses:
SubjectAreaCategoryClient, SubjectAreaGlossaryClient, SubjectAreaProjectClient, SubjectAreaTermClient

public abstract class AbstractSubjectAreaNode<E extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node> extends AbstractSubjectArea<E> implements SubjectAreaNodeClient<E>
  • Method Details

    • getRelationships

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship> getRelationships(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, Integer maximumPageSizeOnRestCall) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: SubjectAreaNodeClient
      Request to search relationships for current node.
      Specified by:
      getRelationships in interface SubjectAreaNodeClient<E extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node>
      Parameters:
      userId - unique identifier for requesting user, under which the request is performed.
      guid - unique identifier of the object to which the found objects should relate.
      findRequest - information object for find calls.
      maximumPageSizeOnRestCall - maximum page size to use on rest calls.
      Returns:
      list relationships relevant in the findRequest information.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid.
      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.
    • getRelationships

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship> getRelationships(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
      Description copied from interface: SubjectAreaNodeClient
      Request to search relationships for current node.
      Specified by:
      getRelationships in interface SubjectAreaNodeClient<E extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node>
      Parameters:
      userId - unique identifier for requesting user, under which the request is performed.
      guid - unique identifier of the object to which the found objects should relate.
      findRequest - information object for find calls.
      Returns:
      list relationships relevant in the findRequest information.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid.
      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.