Class DeltaSetTripleIvwoMap

java.lang.Object
com.evolveum.midpoint.prism.path.PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?,?>>>
com.evolveum.midpoint.model.impl.lens.projector.focus.DeltaSetTripleIvwoMap
All Implemented Interfaces:
Serializable, Map<ItemPath,DeltaSetTriple<ItemValueWithOrigin<?,?>>>

@Experimental public class DeltaSetTripleIvwoMap extends PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?,?>>>
Collection of plus/minus/zero sets of values with origins (mappings or similar providers), keyed by target item path. Reason for existence: to avoid unintelligible type names (like `PathKeyedMap<DeltaSetTriple<ItemValueWithOrigin<?, ?>>>`) in the code + to provide common methods here.
See Also:
  • Constructor Details

    • DeltaSetTripleIvwoMap

      public DeltaSetTripleIvwoMap()
  • Method Details