Uses of Class
com.oracle.bmc.datacatalog.model.LineageObject
-
Packages that use LineageObject Package Description com.oracle.bmc.datacatalog.model -
-
Uses of LineageObject in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return LineageObject Modifier and Type Method Description LineageObject
LineageObject.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type LineageObject Modifier and Type Method Description List<LineageObject>
EntityLineage. getObjects()
Set of objects that are involved in the lineage.List<LineageObject>
ObjectLineage. getObjects()
Set of objects that are involved in the lineage.Methods in com.oracle.bmc.datacatalog.model with parameters of type LineageObject Modifier and Type Method Description LineageObject.Builder
LineageObject.Builder. copy(LineageObject model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type LineageObject Modifier and Type Method Description EntityLineage.Builder
EntityLineage.Builder. objects(List<LineageObject> objects)
Set of objects that are involved in the lineage.ObjectLineage.Builder
ObjectLineage.Builder. objects(List<LineageObject> objects)
Set of objects that are involved in the lineage.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type LineageObject Constructor Description EntityLineage(Integer level, LineageDirection direction, List<LineageObject> objects, List<LineageRelationship> relationships, Map<String,Map<String,String>> annotations)
Deprecated.ObjectLineage(Integer level, LineageDirection direction, List<LineageObject> objects, List<LineageRelationship> relationships, Map<String,Map<String,String>> annotations)
Deprecated.
-