Uses of Class
com.evolveum.midpoint.schema.delta.DeltaSetTriple

Packages that use DeltaSetTriple
com.evolveum.midpoint.model   
com.evolveum.midpoint.schema.delta   
 

Uses of DeltaSetTriple in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return types with arguments of type DeltaSetTriple
 java.util.Map<javax.xml.namespace.QName,DeltaSetTriple<ValueConstruction>> AccountSyncContext.getAttributeValueDeltaSetTripleMap()
           
 

Method parameters in com.evolveum.midpoint.model with type arguments of type DeltaSetTriple
 void AccountSyncContext.addToAttributeValueDeltaSetTripleMap(java.util.Map<javax.xml.namespace.QName,DeltaSetTriple<ValueConstruction>> attributeValueDeltaMap)
           
 

Uses of DeltaSetTriple in com.evolveum.midpoint.schema.delta
 

Methods in com.evolveum.midpoint.schema.delta that return DeltaSetTriple
static
<T> DeltaSetTriple<T>
DeltaSetTriple.diff(java.util.Collection<PropertyValue<T>> valuesOld, java.util.Collection<PropertyValue<T>> valuesNew)
          Compares two (unordered) collections and creates a triple describing the differences.
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type DeltaSetTriple
<O> void
DeltaSetTriple.distributeAs(PropertyValue<T> myMember, DeltaSetTriple<O> otherTriple, PropertyValue<O> otherMember)
          Distributes a value in this triple similar to the placement of other value in the other triple.
 void DeltaSetTriple.merge(DeltaSetTriple<T> triple)
           
 



Copyright © 2012 evolveum. All Rights Reserved.