Interface OrgFilter
- All Superinterfaces:
DebugDumpable
,Freezable
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Does a SHALLOW clone.getScope()
boolean
isRoot()
default boolean
matchesOnly
(ItemPath... paths) Returns true, if filter processes only enumerated item paths and does not use referencedBy, ownedBy where path context changes drastically.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
accept, checkConsistence, equals, match, revive
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
Method Details
-
getOrgRef
PrismReferenceValue getOrgRef() -
getScope
OrgFilter.Scope getScope() -
isRoot
boolean isRoot() -
clone
OrgFilter clone()Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
-
matchesOnly
Description copied from interface:ObjectFilter
Returns true, if filter processes only enumerated item paths and does not use referencedBy, ownedBy where path context changes drastically. Useful to find if filter could be executed with limited set of information (e.g. only access to target name inRefFilter
- Specified by:
matchesOnly
in interfaceObjectFilter
-