Class LensElementContextType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
LensFocusContextType
,LensProjectionContextType
public class LensElementContextType extends Object implements Serializable, Cloneable, Containerable
TODOJava 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="objectCurrent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="objectCurrentRef" 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"/> <element name="fresh" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_EXECUTED_DELTAS
static ItemName
F_FRESH
static ItemName
F_ITERATION
static ItemName
F_ITERATION_TOKEN
static ItemName
F_OBJECT_CURRENT
static ItemName
F_OBJECT_CURRENT_REF
static ItemName
F_OBJECT_NEW
static ItemName
F_OBJECT_NEW_REF
static ItemName
F_OBJECT_OLD
static ItemName
F_OBJECT_OLD_REF
static ItemName
F_OBJECT_TYPE_CLASS
static ItemName
F_OID
static ItemName
F_PRIMARY_DELTA
static ItemName
F_SECONDARY_DELTA
static ItemName
F_SYNCHRONIZATION_INTENT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensElementContextType()
LensElementContextType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_OLD
public static final ItemName F_OBJECT_OLD
-
F_OBJECT_OLD_REF
public static final ItemName F_OBJECT_OLD_REF
-
F_OBJECT_CURRENT
public static final ItemName F_OBJECT_CURRENT
-
F_OBJECT_CURRENT_REF
public static final ItemName F_OBJECT_CURRENT_REF
-
F_OBJECT_NEW
public static final ItemName F_OBJECT_NEW
-
F_OBJECT_NEW_REF
public static final ItemName F_OBJECT_NEW_REF
-
F_PRIMARY_DELTA
public static final ItemName F_PRIMARY_DELTA
-
F_SECONDARY_DELTA
public static final ItemName F_SECONDARY_DELTA
-
F_EXECUTED_DELTAS
public static final ItemName F_EXECUTED_DELTAS
-
F_OBJECT_TYPE_CLASS
public static final ItemName F_OBJECT_TYPE_CLASS
-
F_OID
public static final ItemName F_OID
-
F_ITERATION
public static final ItemName F_ITERATION
-
F_ITERATION_TOKEN
public static final ItemName F_ITERATION_TOKEN
-
F_SYNCHRONIZATION_INTENT
public static final ItemName F_SYNCHRONIZATION_INTENT
-
F_FRESH
public static final ItemName F_FRESH
-
-
Constructor Detail
-
LensElementContextType
public LensElementContextType()
-
LensElementContextType
public LensElementContextType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getObjectOld
public ObjectType getObjectOld()
-
setObjectOld
public void setObjectOld(ObjectType value)
-
getObjectOldRef
public ObjectReferenceType getObjectOldRef()
-
setObjectOldRef
public void setObjectOldRef(ObjectReferenceType value)
-
getObjectCurrent
public ObjectType getObjectCurrent()
-
setObjectCurrent
public void setObjectCurrent(ObjectType value)
-
getObjectCurrentRef
public ObjectReferenceType getObjectCurrentRef()
-
setObjectCurrentRef
public void setObjectCurrentRef(ObjectReferenceType value)
-
getObjectNew
public ObjectType getObjectNew()
-
setObjectNew
public void setObjectNew(ObjectType value)
-
getObjectNewRef
public ObjectReferenceType getObjectNewRef()
-
setObjectNewRef
public void setObjectNewRef(ObjectReferenceType value)
-
getPrimaryDelta
public ObjectDeltaType getPrimaryDelta()
-
setPrimaryDelta
public void setPrimaryDelta(ObjectDeltaType value)
-
getSecondaryDelta
public ObjectDeltaType getSecondaryDelta()
-
setSecondaryDelta
public void setSecondaryDelta(ObjectDeltaType value)
-
getExecutedDeltas
public List<LensObjectDeltaOperationType> getExecutedDeltas()
-
createExecutedDeltasList
public List<LensObjectDeltaOperationType> createExecutedDeltasList()
-
getObjectTypeClass
public String getObjectTypeClass()
-
setObjectTypeClass
public void setObjectTypeClass(String value)
-
getOid
public String getOid()
-
setOid
public void setOid(String value)
-
getIteration
public Integer getIteration()
-
setIteration
public void setIteration(Integer value)
-
getIterationToken
public String getIterationToken()
-
setIterationToken
public void setIterationToken(String value)
-
getSynchronizationIntent
public SynchronizationIntentType getSynchronizationIntent()
-
setSynchronizationIntent
public void setSynchronizationIntent(SynchronizationIntentType value)
-
isFresh
public Boolean isFresh()
-
setFresh
public void setFresh(Boolean value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
objectOld
public LensElementContextType objectOld(ObjectType value)
-
objectOldRef
public LensElementContextType objectOldRef(ObjectReferenceType value)
-
objectOldRef
public LensElementContextType objectOldRef(String oid, QName type)
-
objectOldRef
public LensElementContextType objectOldRef(String oid, QName type, QName relation)
-
beginObjectOldRef
public ObjectReferenceType beginObjectOldRef()
-
objectCurrent
public LensElementContextType objectCurrent(ObjectType value)
-
objectCurrentRef
public LensElementContextType objectCurrentRef(ObjectReferenceType value)
-
objectCurrentRef
public LensElementContextType objectCurrentRef(String oid, QName type)
-
objectCurrentRef
public LensElementContextType objectCurrentRef(String oid, QName type, QName relation)
-
beginObjectCurrentRef
public ObjectReferenceType beginObjectCurrentRef()
-
objectNew
public LensElementContextType objectNew(ObjectType value)
-
objectNewRef
public LensElementContextType objectNewRef(ObjectReferenceType value)
-
objectNewRef
public LensElementContextType objectNewRef(String oid, QName type)
-
objectNewRef
public LensElementContextType objectNewRef(String oid, QName type, QName relation)
-
beginObjectNewRef
public ObjectReferenceType beginObjectNewRef()
-
primaryDelta
public LensElementContextType primaryDelta(ObjectDeltaType value)
-
beginPrimaryDelta
public ObjectDeltaType beginPrimaryDelta()
-
secondaryDelta
public LensElementContextType secondaryDelta(ObjectDeltaType value)
-
beginSecondaryDelta
public ObjectDeltaType beginSecondaryDelta()
-
executedDeltas
public LensElementContextType executedDeltas(LensObjectDeltaOperationType value)
-
beginExecutedDeltas
public LensObjectDeltaOperationType beginExecutedDeltas()
-
objectTypeClass
public LensElementContextType objectTypeClass(String value)
-
oid
public LensElementContextType oid(String value)
-
iteration
public LensElementContextType iteration(Integer value)
-
iterationToken
public LensElementContextType iterationToken(String value)
-
synchronizationIntent
public LensElementContextType synchronizationIntent(SynchronizationIntentType value)
-
fresh
public LensElementContextType fresh(Boolean value)
-
id
public LensElementContextType id(Long value)
-
clone
public LensElementContextType clone()
-
-