Class AssociationValuesTripleComputation
java.lang.Object
com.evolveum.midpoint.model.impl.lens.construction.AssociationValuesTripleComputation
TEMPORARY/EXPERIMENTAL class that provides a full computation of an association values triple,
based on "modern" configuration style of association type.
-
Method Summary
Modifier and TypeMethodDescriptioncompute
(@NotNull ShadowAssociationDefinition associationDefinition, @NotNull AssociationOutboundMappingType outboundBean, @NotNull LensProjectionContext projectionContext, @NotNull XMLGregorianCalendar now, @NotNull Task task, @NotNull OperationResult result) Assumes the existence of the projection context and association definition with a bean.
-
Method Details
-
compute
public static PrismValueDeltaSetTriple<ShadowAssociationValue> compute(@NotNull @NotNull ShadowAssociationDefinition associationDefinition, @NotNull @NotNull AssociationOutboundMappingType outboundBean, @NotNull @NotNull LensProjectionContext projectionContext, @NotNull @NotNull XMLGregorianCalendar now, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) throws SchemaException, ExpressionEvaluationException, SecurityViolationException, CommunicationException, ConfigurationException, ObjectNotFoundException Assumes the existence of the projection context and association definition with a bean.
-