public class LensElementContextType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for LensElementContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensElementContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectOld" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="objectOldRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="objectNew" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="objectNewRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="primaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> <element name="secondaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/> <element name="executedDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectTypeClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="iterationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="synchronizationIntent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationIntentType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_EXECUTED_DELTAS |
static QName |
F_ITERATION |
static QName |
F_ITERATION_TOKEN |
static QName |
F_OBJECT_NEW |
static QName |
F_OBJECT_NEW_REF |
static QName |
F_OBJECT_OLD |
static QName |
F_OBJECT_OLD_REF |
static QName |
F_OBJECT_TYPE_CLASS |
static QName |
F_OID |
static QName |
F_PRIMARY_DELTA |
static QName |
F_SECONDARY_DELTA |
static QName |
F_SYNCHRONIZATION_INTENT |
Constructor and Description |
---|
LensElementContextType() |
LensElementContextType(com.evolveum.midpoint.prism.PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_OBJECT_OLD
public static final QName F_OBJECT_OLD_REF
public static final QName F_OBJECT_NEW
public static final QName F_OBJECT_NEW_REF
public static final QName F_PRIMARY_DELTA
public static final QName F_SECONDARY_DELTA
public static final QName F_EXECUTED_DELTAS
public static final QName F_OBJECT_TYPE_CLASS
public static final QName F_OID
public static final QName F_ITERATION
public static final QName F_ITERATION_TOKEN
public static final QName F_SYNCHRONIZATION_INTENT
public LensElementContextType()
public LensElementContextType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public ObjectType getObjectOld()
public void setObjectOld(ObjectType value)
public ObjectReferenceType getObjectOldRef()
public void setObjectOldRef(ObjectReferenceType value)
public ObjectType getObjectNew()
public void setObjectNew(ObjectType value)
public ObjectReferenceType getObjectNewRef()
public void setObjectNewRef(ObjectReferenceType value)
public com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getPrimaryDelta()
public void setPrimaryDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
public com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getSecondaryDelta()
public void setSecondaryDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
public List<LensObjectDeltaOperationType> getExecutedDeltas()
public String getObjectTypeClass()
public void setObjectTypeClass(String value)
public String getOid()
public void setOid(String value)
public Integer getIteration()
public void setIteration(Integer value)
public String getIterationToken()
public void setIterationToken(String value)
public SynchronizationIntentType getSynchronizationIntent()
public void setSynchronizationIntent(SynchronizationIntentType value)
public LensElementContextType clone()
Copyright © 2016 Evolveum. All rights reserved.