Uses of Interface
com.evolveum.midpoint.util.Foreachable
Package
Description
-
Uses of Foreachable in com.evolveum.midpoint.model.api.simulation
Modifier 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
Modifier and TypeClassDescriptionclass
AssociationSynchronizationResult<V extends PrismValue>
Result of the evaluation ofAssociationSynchronizationExpressionEvaluator
. -
Uses of Foreachable in com.evolveum.midpoint.prism.deleg
Modifier and TypeInterfaceDescriptioninterface
ItemDeltaDelegator<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of Foreachable in com.evolveum.midpoint.prism.delta
Modifier 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
Modifier and TypeClassDescriptionclass
DeltaTriple<T>
Utility class for keeping things in three: plus, zero and minus. -
Uses of Foreachable in com.evolveum.midpoint.prism.extensions
Modifier and TypeClassDescriptionclass
-
Uses of Foreachable in com.evolveum.midpoint.prism.impl.delta
Modifier 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
Modifier and TypeClassDescriptionclass
SourceTriple<V extends PrismValue,
D extends ItemDefinition<?>> PrismValueDeltaSetTriple that also remembers the source from which it has originated.