Uses of Interface
com.evolveum.midpoint.prism.SimpleVisitable
Packages that use SimpleVisitable
Package
Description
-
Uses of SimpleVisitable in com.evolveum.midpoint.model.impl.expr
Classes in com.evolveum.midpoint.model.impl.expr that implement SimpleVisitableModifier and TypeClassDescriptionclass
AssociationSynchronizationResult<V extends PrismValue>
Result of the evaluation ofAssociationSynchronizationExpressionEvaluator
. -
Uses of SimpleVisitable in com.evolveum.midpoint.prism.delta
Subinterfaces of SimpleVisitable in com.evolveum.midpoint.prism.deltaModifier and TypeInterfaceDescriptioninterface
DeltaMapTriple<K,
V> interface
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. -
Uses of SimpleVisitable in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions that implement SimpleVisitableModifier and TypeClassDescriptionclass
-
Uses of SimpleVisitable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement SimpleVisitableModifier and TypeClassDescriptionclass
DeltaMapTripleImpl<K,
V> class
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.class
PrismValueDeltaSetTripleImpl<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. -
Uses of SimpleVisitable in com.evolveum.midpoint.repo.common.expression
Classes in com.evolveum.midpoint.repo.common.expression that implement SimpleVisitableModifier and TypeClassDescriptionclass
SourceTriple<V extends PrismValue,
D extends ItemDefinition<?>> PrismValueDeltaSetTriple that also remembers the source from which it has originated.