Interface OwnedByFilter
-
- All Superinterfaces:
DebugDumpable
,Freezable
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
public interface OwnedByFilter extends ObjectFilter
-
-
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 ObjectFilter
getFilter()
@Nullable ItemPath
getPath()
@Nullable ComplexTypeDefinition
getType()
-
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, clone, equals, match, revive
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
-
-
-
Method Detail
-
getType
@Nullable @Nullable ComplexTypeDefinition getType()
-
getPath
@Nullable @Nullable ItemPath getPath()
-
getFilter
ObjectFilter getFilter()
-
-