Class LensElementContextType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
LensFocusContextType
,LensProjectionContextType
public class LensElementContextType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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_REF
static ItemName
F_OBJECT_NEW_REF
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
static Producer<LensElementContextType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensElementContextType()
LensElementContextType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_OLD_REF
public static final ItemName F_OBJECT_OLD_REF
-
F_OBJECT_CURRENT_REF
public static final ItemName F_OBJECT_CURRENT_REF
-
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
-
FACTORY
public static final Producer<LensElementContextType> FACTORY
-
-
Constructor Detail
-
LensElementContextType
public LensElementContextType()
-
LensElementContextType
@Deprecated public LensElementContextType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getObjectOldRef
public ObjectReferenceType getObjectOldRef()
-
setObjectOldRef
public void setObjectOldRef(ObjectReferenceType value)
-
getObjectOld
public ObjectType getObjectOld()
-
setObjectOld
public void setObjectOld(ObjectType value)
-
getObjectCurrentRef
public ObjectReferenceType getObjectCurrentRef()
-
setObjectCurrentRef
public void setObjectCurrentRef(ObjectReferenceType value)
-
getObjectCurrent
public ObjectType getObjectCurrent()
-
setObjectCurrent
public void setObjectCurrent(ObjectType value)
-
getObjectNewRef
public ObjectReferenceType getObjectNewRef()
-
setObjectNewRef
public void setObjectNewRef(ObjectReferenceType value)
-
getObjectNew
public ObjectType getObjectNew()
-
setObjectNew
public void setObjectNew(ObjectType 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()
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public LensElementContextType id(Long 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()
-
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()
-
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)
-
secondaryDelta
public LensElementContextType secondaryDelta(ObjectDeltaType value)
-
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)
-
end
public <X> X end()
-
clone
public LensElementContextType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-