Class MappingEvaluationRequests

java.lang.Object
com.evolveum.midpoint.prism.path.PathKeyedMap<List<InboundMappingEvaluationRequest<?,?>>>
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.MappingEvaluationRequests
All Implemented Interfaces:
Serializable, Map<ItemPath,List<InboundMappingEvaluationRequest<?,?>>>

public class MappingEvaluationRequests extends PathKeyedMap<List<InboundMappingEvaluationRequest<?,?>>>
Holds all mappings waiting for their evaluation. It is basically a map indexed by the path of the target item. NOTE: Actually, we do not utilize the fact that it is a map. It could be a plain list of mappings.
See Also: