Class GlossaryAuthorViewGraphRESTServices
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGraphRESTServices
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
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)
-