Uses of Class
com.evolveum.midpoint.prism.OriginType

Packages that use OriginType
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.util   
 

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

Methods in com.evolveum.midpoint.common.mapping that return OriginType
 OriginType Mapping.getOriginType()
           
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type OriginType
 void Mapping.setOriginType(OriginType sourceType)
           
 

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

Methods in com.evolveum.midpoint.model.lens that return OriginType
 OriginType AccountConstruction.getOriginType()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type OriginType
 void AccountConstruction.setOriginType(OriginType originType)
           
 

Uses of OriginType in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return OriginType
 OriginType PrismValue.getOriginType()
           
static OriginType OriginType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OriginType[] OriginType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.prism with parameters of type OriginType
 void PrismValue.setOriginType(OriginType type)
           
 

Constructors in com.evolveum.midpoint.prism with parameters of type OriginType
PrismContainerValue(OriginType type, Objectable source, PrismContainerable container, java.lang.String id)
           
PrismPropertyValue(T value, OriginType type, Objectable source)
           
PrismReferenceValue(java.lang.String oid, OriginType type, Objectable source)
           
 

Uses of OriginType in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type OriginType
 void PrismValueDeltaSetTriple.setOriginType(OriginType sourceType)
          Sets specified source type for all values in all sets
 

Uses of OriginType in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util with parameters of type OriginType
static
<T> void
PrismAsserts.assertOrigin(Visitable visitableItem, OriginType expectedOriginType)
           
static
<T> void
PrismAsserts.assertOrigin(Visitable visitableItem, OriginType expectedOriginType, Objectable expectedOriginObject)
           
 



Copyright © 2012 evolveum. All Rights Reserved.