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<?, ?>>>
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:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ItemPath targetPath, MappingEvaluationRequest<?, ?> request) Methods inherited from class com.evolveum.midpoint.prism.path.PathKeyedMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MappingEvaluationRequestsMap
public MappingEvaluationRequestsMap()
-
-
Method Details
-
add
-