Uses of Class
org.odpi.openmetadata.governanceservers.openlineage.model.LineageVertex
-
Packages that use LineageVertex Package Description org.odpi.openmetadata.governanceservers.openlineage.model org.odpi.openmetadata.governanceservers.openlineage.responses -
-
Uses of LineageVertex in org.odpi.openmetadata.governanceservers.openlineage.model
Methods in org.odpi.openmetadata.governanceservers.openlineage.model that return types with arguments of type LineageVertex Modifier and Type Method Description Set<LineageVertex>LineageVerticesAndEdges. getLineageVertices()Method parameters in org.odpi.openmetadata.governanceservers.openlineage.model with type arguments of type LineageVertex Modifier and Type Method Description voidLineageVerticesAndEdges. setLineageVertices(Set<LineageVertex> lineageVertices)Constructor parameters in org.odpi.openmetadata.governanceservers.openlineage.model with type arguments of type LineageVertex Constructor Description LineageVerticesAndEdges(Set<LineageVertex> lineageVertices, Set<LineageEdge> lineageEdges) -
Uses of LineageVertex in org.odpi.openmetadata.governanceservers.openlineage.responses
Methods in org.odpi.openmetadata.governanceservers.openlineage.responses that return LineageVertex Modifier and Type Method Description LineageVertexLineageVertexResponse. getLineageVertex()Methods in org.odpi.openmetadata.governanceservers.openlineage.responses that return types with arguments of type LineageVertex Modifier and Type Method Description List<LineageVertex>LineageSearchResponse. getVertices()Methods in org.odpi.openmetadata.governanceservers.openlineage.responses with parameters of type LineageVertex Modifier and Type Method Description voidLineageVertexResponse. setLineageVertex(LineageVertex lineageVertex)Method parameters in org.odpi.openmetadata.governanceservers.openlineage.responses with type arguments of type LineageVertex Modifier and Type Method Description voidLineageSearchResponse. setVertices(List<LineageVertex> vertices)Constructors in org.odpi.openmetadata.governanceservers.openlineage.responses with parameters of type LineageVertex Constructor Description LineageVertexResponse(LineageVertex lineageVertex)Constructor parameters in org.odpi.openmetadata.governanceservers.openlineage.responses with type arguments of type LineageVertex Constructor Description LineageSearchResponse(List<LineageVertex> result)
-