Uses of Class
com.evolveum.midpoint.prism.query.OrgFilter.Scope
-
Packages that use OrgFilter.Scope Package Description com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.query.builder -
-
Uses of OrgFilter.Scope in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return OrgFilter.Scope Modifier and Type Method Description OrgFilter.Scope
OrgFilter. getScope()
static OrgFilter.Scope
OrgFilter.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrgFilter.Scope[]
OrgFilter.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.prism.query with parameters of type OrgFilter.Scope Modifier and Type Method Description @NotNull OrgFilter
QueryFactory. createOrg(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope)
Deprecated.@NotNull OrgFilter
QueryFactory. createOrg(String baseOrgOid, OrgFilter.Scope scope)
Deprecated. -
Uses of OrgFilter.Scope in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type OrgFilter.Scope Modifier and Type Method Description S_FilterExit
S_FilterEntry. isInScopeOf(PrismReferenceValue value, OrgFilter.Scope scope)
S_FilterExit
S_FilterEntry. isInScopeOf(String oid, OrgFilter.Scope scope)
-