Class AssignedFocusMappingEvaluationRequest

java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.FocalMappingEvaluationRequest<MappingType,ObjectType>
com.evolveum.midpoint.model.impl.lens.projector.mappings.AssignedFocusMappingEvaluationRequest
All Implemented Interfaces:
ShortDumpable, Serializable

public class AssignedFocusMappingEvaluationRequest extends FocalMappingEvaluationRequest<MappingType,ObjectType>
Request to evaluate a mapping held by an assignment (in focusMappings container). TODO reconsider the OO (origin object) parameter. It could be AssignmentHolderType, but this would need additional class cast check in AssignmentEvaluator. If not strictly needed, let's stay with neutral ObjectType for now.
See Also: