Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.beans.Graph
-
-
Uses of Graph in org.odpi.openmetadata.userinterface.uichassis.springboot.api.lineage
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api.lineage that return Graph Modifier and Type Method Description GraphOpenLineageController. endToEndLineage(String guid, boolean includeProcesses)GraphOpenLineageController. ultimateDestination(String guid, boolean includeProcesses)GraphOpenLineageController. ultimateSourceGraph(String guid, boolean includeProcesses)GraphOpenLineageController. verticalLineage(String guid, boolean includeProcesses) -
Uses of Graph in org.odpi.openmetadata.userinterface.uichassis.springboot.service
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.service that return Graph Modifier and Type Method Description GraphOpenLineageService. getEndToEndLineage(String userId, String guid, boolean includeProcesses)GraphOpenLineageService. getUltimateDestination(String userId, String guid, boolean includeProcesses)GraphOpenLineageService. getUltimateSource(String userId, String guid, boolean includeProcesses)GraphOpenLineageService. getVerticalLineage(String userId, String guid, boolean includeProcesses)Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.service with parameters of type Graph Modifier and Type Method Description voidLineageGraphDisplayService. applyRules(Graph graph, String queriedNodeGUID)This method applies the rules defined in the properties file on the graph. -
Uses of Graph in org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules with parameters of type Graph Modifier and Type Method Description voidInvertEdgeRule. apply(Graph graph, String queriedNodeGUID)Inverts the edge direction based on the configured parametersvoidPrimaryCategoryRule. apply(Graph graph, String queriedNodeGUID)In order to mark the primaryCategory accordingly the graph is iterated and based on the existence of a classification the nodes and edges are alteredvoidRemoveNodesRule. apply(Graph graph, String queriedNodeGUID)If the queried node type matches the rule field defined in properties, the graph will be altered by deleting all the nodes of types nodeTypesToRemove from the graphvoidRule. apply(Graph graph, String queriedNodeGUID)
-