Class AssociationSynchronizationResult<V extends PrismValue>

java.lang.Object
com.evolveum.midpoint.prism.extensions.AbstractDelegatedPrismValueDeltaSetTriple<V>
com.evolveum.midpoint.model.impl.expr.AssociationSynchronizationResult<V>
All Implemented Interfaces:
DeltaSetTriple<V>, PrismValueDeltaSetTriple<V>, SimpleVisitable<V>, Visitable, DebugDumpable, Foreachable<V>, ShortDumpable, Serializable

@Experimental public class AssociationSynchronizationResult<V extends PrismValue> extends AbstractDelegatedPrismValueDeltaSetTriple<V>
Result of the evaluation of AssociationSynchronizationExpressionEvaluator. It contains the main result (triple of values) but also other results, namely triples for inner paths. Currently quite experimental. It can be generalized to contain inner delta set triples only, which would be applicable to more expression evaluators than just association synchronization.
See Also: