Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
-
Packages that use LineageEntity Package Description org.odpi.openmetadata.accessservices.assetlineage.event org.odpi.openmetadata.accessservices.assetlineage.model -
-
Uses of LineageEntity in org.odpi.openmetadata.accessservices.assetlineage.event
Methods in org.odpi.openmetadata.accessservices.assetlineage.event that return LineageEntity Modifier and Type Method Description LineageEntityLineageEntityEvent. getLineageEntity()Gets lineage entity.Methods in org.odpi.openmetadata.accessservices.assetlineage.event with parameters of type LineageEntity Modifier and Type Method Description voidLineageEntityEvent. setLineageEntity(LineageEntity lineageEntity)Sets lineage entity. -
Uses of LineageEntity in org.odpi.openmetadata.accessservices.assetlineage.model
Subclasses of LineageEntity in org.odpi.openmetadata.accessservices.assetlineage.model Modifier and Type Class Description classLineageRelationshipThe lineage relationship represents the a lineage relationship in the lineage graph with self contained properties.Methods in org.odpi.openmetadata.accessservices.assetlineage.model that return LineageEntity Modifier and Type Method Description LineageEntityGraphContext. getFromVertex()Gets from vertex.LineageEntityLineageRelationship. getSourceEntity()Gets the source entity of the relationshipLineageEntityLineageRelationship. getTargetEntity()Gets the target entity of the relationshipLineageEntityGraphContext. getToVertex()Gets to vertex.Methods in org.odpi.openmetadata.accessservices.assetlineage.model that return types with arguments of type LineageEntity Modifier and Type Method Description Set<LineageEntity>AssetContext. getVertices()Get vertices set.Methods in org.odpi.openmetadata.accessservices.assetlineage.model with parameters of type LineageEntity Modifier and Type Method Description booleanAssetContext. addVertex(LineageEntity vertex)Add vertex boolean.voidGraphContext. setFromVertex(LineageEntity fromVertex)Sets from vertex.voidLineageRelationship. setSourceEntity(LineageEntity sourceEntity)Sets the source entity of the relationshipvoidLineageRelationship. setTargetEntity(LineageEntity targetEntity)Sets the target entity of the relationshipvoidGraphContext. setToVertex(LineageEntity toVertex)Sets to vertex.Constructors in org.odpi.openmetadata.accessservices.assetlineage.model with parameters of type LineageEntity Constructor Description GraphContext(String relationshipType, String relationshipGuid, LineageEntity fromVertex, LineageEntity toVertex)Instantiates a new Graph context.
-