Class MappingEvaluationRequestsMap

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

public class MappingEvaluationRequestsMap extends PathKeyedMap<List<MappingEvaluationRequest<?,?>>>
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:
  • Constructor Details

    • MappingEvaluationRequestsMap

      public MappingEvaluationRequestsMap()
  • Method Details