Uses of Class
org.odpi.openmetadata.governanceservers.openlineage.model.Scope
-
Packages that use Scope Package Description org.odpi.openmetadata.governanceservers.openlineage org.odpi.openmetadata.governanceservers.openlineage.model -
-
Uses of Scope in org.odpi.openmetadata.governanceservers.openlineage
Methods in org.odpi.openmetadata.governanceservers.openlineage with parameters of type Scope Modifier and Type Method Description LineageResponseOpenLineageQueryService. lineage(Scope scope, String guid, boolean includeProcesses)Retrieve lineage starting from the entity identified by the guid -
Uses of Scope in org.odpi.openmetadata.governanceservers.openlineage.model
Methods in org.odpi.openmetadata.governanceservers.openlineage.model that return Scope Modifier and Type Method Description static ScopeScope. fromString(String text)ScopeLineageQueryParameters. getScope()static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.governanceservers.openlineage.model with parameters of type Scope Modifier and Type Method Description voidLineageQueryParameters. setScope(Scope scope)Constructors in org.odpi.openmetadata.governanceservers.openlineage.model with parameters of type Scope Constructor Description LineageQueryParameters(Scope scope, boolean includeProcesses)
-