Uses of Interface
com.evolveum.midpoint.util.Foreachable
Packages that use Foreachable
Package
Description
-
Uses of Foreachable in com.evolveum.midpoint.model.api.simulation
Subinterfaces of Foreachable in com.evolveum.midpoint.model.api.simulationModifier and TypeInterfaceDescriptionstatic interface
ProcessedObject.ProcessedObjectItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> ItemDelta
augmented with functionality needed to display it in a complex way, for example, with the information on real change(s) to the object. -
Uses of Foreachable in com.evolveum.midpoint.model.impl.expr
Classes in com.evolveum.midpoint.model.impl.expr that implement ForeachableModifier and TypeClassDescriptionclass
AssociationSynchronizationResult<V extends PrismValue>
Result of the evaluation ofAssociationSynchronizationExpressionEvaluator
. -
Uses of Foreachable in com.evolveum.midpoint.prism.deleg
Subinterfaces of Foreachable in com.evolveum.midpoint.prism.delegModifier and TypeInterfaceDescriptioninterface
ItemDeltaDelegator<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of Foreachable in com.evolveum.midpoint.prism.delta
Subinterfaces of Foreachable in com.evolveum.midpoint.prism.deltaModifier and TypeInterfaceDescriptioninterface
ContainerDelta<V extends Containerable>
interface
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interface
ItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> Item Delta describes a change of an item which is a property, container or a reference.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.interface
Relative difference (delta) of a property values.interface
Classes in com.evolveum.midpoint.prism.delta that implement ForeachableModifier and TypeClassDescriptionclass
DeltaTriple<T>
Utility class for keeping things in three: plus, zero and minus. -
Uses of Foreachable in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions that implement ForeachableModifier and TypeClassDescriptionclass
-
Uses of Foreachable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement ForeachableModifier and TypeClassDescriptionclass
ContainerDeltaImpl<V extends Containerable>
class
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.class
ItemDeltaImpl<V extends PrismValue,
D extends ItemDefinition<?>> class
PrismValueDeltaSetTripleImpl<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.class
Relative difference (delta) of a property values.class
-
Uses of Foreachable in com.evolveum.midpoint.repo.common.expression
Classes in com.evolveum.midpoint.repo.common.expression that implement ForeachableModifier and TypeClassDescriptionclass
SourceTriple<V extends PrismValue,
D extends ItemDefinition<?>> PrismValueDeltaSetTriple that also remembers the source from which it has originated.