Uses of Enum Class
com.evolveum.midpoint.prism.query.OrgFilter.Scope
Packages that use OrgFilter.Scope
-
Uses of OrgFilter.Scope in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return OrgFilter.ScopeModifier and TypeMethodDescriptionOrgFilter.getScope()
static OrgFilter.Scope
Returns the enum constant of this class with the specified name.static OrgFilter.Scope[]
OrgFilter.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism.query with parameters of type OrgFilter.ScopeModifier and TypeMethodDescription@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.ScopeModifier and TypeMethodDescriptionS_FilterEntry.isInScopeOf
(PrismReferenceValue value, OrgFilter.Scope scope) S_FilterEntry.isInScopeOf
(String oid, OrgFilter.Scope scope)