Interface OrgFilter
-
- All Superinterfaces:
DebugDumpable,Freezable,ObjectFilter,PrismContextSensitive,Revivable,Serializable
public interface OrgFilter extends ObjectFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrgFilter.Scope
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrgFilterclone()Does a SHALLOW clone.PrismReferenceValuegetOrgRef()OrgFilter.ScopegetScope()booleanisRoot()-
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 Detail
-
getOrgRef
PrismReferenceValue getOrgRef()
-
getScope
OrgFilter.Scope getScope()
-
isRoot
boolean isRoot()
-
clone
OrgFilter clone()
Description copied from interface:ObjectFilterDoes a SHALLOW clone.- Specified by:
clonein interfaceObjectFilter
-
-