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 LineageResponseOpenLineageGraphConnector. lineage(Scope scope, String guid, String displayNameMustContain, boolean includeProcesses) -
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, String displayNameMustContain, boolean includeProcesses)
-