Class TypeFilterImpl
java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.prism.impl.query.ObjectFilterImpl
com.evolveum.midpoint.prism.impl.query.TypeFilterImpl
- All Implemented Interfaces:
Freezable,ObjectFilter,TypeFilter,Revivable,DebugDumpable,Serializable
- Author:
- lazyman
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcheckConsistence(boolean requireDefinitions) clone()Does a SHALLOW clone.voidcollectUsedPaths(TypedItemPath base, Consumer<TypedItemPath> pathConsumer, boolean expandReferences) static TypeFiltercreateType(QName type, ObjectFilter filter) debugDump(int indent) booleanboolean@NotNull QNamegetType()inthashCode()booleanmatch(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry) protected voidvoidsetFilter(ObjectFilter filter) toString()voidtransformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) Methods inherited from class com.evolveum.midpoint.prism.impl.query.ObjectFilterImpl
revive, setPrismContextMethods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutableMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
revive, usedPathsMethods inherited from interface com.evolveum.midpoint.prism.query.TypeFilter
matchesOnly
-
Constructor Details
-
TypeFilterImpl
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceTypeFilter
-
getFilter
- Specified by:
getFilterin interfaceTypeFilter
-
setFilter
- Specified by:
setFilterin interfaceTypeFilter
-
createType
-
clone
Description copied from interface:ObjectFilterDoes a SHALLOW clone.- Specified by:
clonein interfaceObjectFilter- Specified by:
clonein interfaceTypeFilter- Specified by:
clonein classObjectFilterImpl
-
cloneEmpty
- Specified by:
cloneEmptyin interfaceTypeFilter
-
match
public boolean match(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException - Specified by:
matchin interfaceObjectFilter- Throws:
SchemaException
-
performFreeze
protected void performFreeze()- Specified by:
performFreezein classObjectFilterImpl
-
checkConsistence
public void checkConsistence(boolean requireDefinitions) - Specified by:
checkConsistencein interfaceObjectFilter
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
equals
- Specified by:
equalsin interfaceObjectFilter
-
equals
-
hashCode
public int hashCode() -
toString
-
accept
- Specified by:
acceptin interfaceObjectFilter- Overrides:
acceptin classObjectFilterImpl
-
collectUsedPaths
public void collectUsedPaths(TypedItemPath base, Consumer<TypedItemPath> pathConsumer, boolean expandReferences) - Specified by:
collectUsedPathsin interfaceObjectFilter
-
transformItemPaths
public void transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) - Specified by:
transformItemPathsin interfaceObjectFilter
-