Class GlossaryAuthorViewGraphRESTServices

java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGraphRESTServices

public class GlossaryAuthorViewGraphRESTServices extends BaseGlossaryAuthorView
The GlossaryAuthorViewProjectRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the Glossary Author Open Metadata View Service (OMVS). This interface provides view project authoring interfaces for subject area experts.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Graph>
    getGraph(String serverName, String userId, String guid, Date asOfTime, String nodeFilterStr, String relationshipFilterStr, org.odpi.openmetadata.accessservices.subjectarea.properties.enums.StatusFilter statusFilter)
     
    org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<GraphStatistics>
    getGraphCounts(String serverName, String userId, String guid, Date asOfTime, String nodeFilterStr, String relationshipFilterStr, org.odpi.openmetadata.accessservices.subjectarea.properties.enums.StatusFilter statusFilter)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlossaryAuthorViewGraphRESTServices

      public GlossaryAuthorViewGraphRESTServices()
      Default constructor
  • Method Details

    • getGraph

      public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Graph> getGraph(String serverName, String userId, String guid, Date asOfTime, String nodeFilterStr, String relationshipFilterStr, org.odpi.openmetadata.accessservices.subjectarea.properties.enums.StatusFilter statusFilter)
    • getGraphCounts

      public org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<GraphStatistics> getGraphCounts(String serverName, String userId, String guid, Date asOfTime, String nodeFilterStr, String relationshipFilterStr, org.odpi.openmetadata.accessservices.subjectarea.properties.enums.StatusFilter statusFilter)