Class PathSegmentEvaluation<AH extends AssignmentHolderType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.assignments.PathSegmentEvaluation<AH>
-
public class PathSegmentEvaluation<AH extends AssignmentHolderType> extends Object
Carries out and holds assignment evaluation: 1. evaluation of the condition, 2. evaluation of payload (delegates toPayloadEvaluation
), 3. evaluation of targets (delegates toTargetsEvaluation
).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrismObject<? extends ObjectType>>
getTargets()
-
-
-
Method Detail
-
getTargets
public List<PrismObject<? extends ObjectType>> getTargets()
-
-