Uses of Class
com.evolveum.midpoint.common.mapping.Mapping

Packages that use Mapping
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.model.lens   
 

Uses of Mapping in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping that return Mapping
 Mapping<V> Mapping.clone()
          Shallow clone.
<V extends PrismValue>
Mapping<V>
MappingFactory.createMapping(MappingType mappingType, java.lang.String shortDesc)
           
 

Uses of Mapping in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return Mapping
 Mapping<? extends PrismPropertyValue<?>> AccountConstruction.getAttributeConstruction(javax.xml.namespace.QName attrName)
           
 Mapping<?> ItemValueWithOrigin.getMapping()
           
 

Methods in com.evolveum.midpoint.model.lens that return types with arguments of type Mapping
 java.util.Collection<Mapping<? extends PrismPropertyValue<?>>> AccountConstruction.getAttributeConstructions()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type Mapping
 void AccountConstruction.addAttributeConstruction(Mapping<? extends PrismPropertyValue<?>> valueConstruction)
           
static
<V extends PrismValue>
DeltaSetTriple<ItemValueWithOrigin<V>>
ItemValueWithOrigin.createOutputTriple(Mapping<V> mapping)
           
 

Constructors in com.evolveum.midpoint.model.lens with parameters of type Mapping
ItemValueWithOrigin(V propertyValue, Mapping<V> mapping, AccountConstruction accountConstruction)
           
 



Copyright © 2012 evolveum. All Rights Reserved.