Class LensFocusContextType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensFocusContextType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class LensFocusContextType extends LensElementContextType implements Serializable, Cloneable, Containerable
TODOJava class for LensFocusContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensFocusContextType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensElementContextType"> <sequence> <element name="secondaryDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaWavesType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_SECONDARY_DELTAS
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
F_EXECUTED_DELTAS, F_FRESH, F_ITERATION, F_ITERATION_TOKEN, F_OBJECT_CURRENT, F_OBJECT_CURRENT_REF, F_OBJECT_NEW, F_OBJECT_NEW_REF, F_OBJECT_OLD, F_OBJECT_OLD_REF, F_OBJECT_TYPE_CLASS, F_OID, F_PRIMARY_DELTA, F_SECONDARY_DELTA, F_SYNCHRONIZATION_INTENT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensFocusContextType()
LensFocusContextType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.LensElementContextType
createExecutedDeltasList, getExecutedDeltas, getId, getIteration, getIterationToken, getObjectCurrent, getObjectCurrentRef, getObjectNew, getObjectNewRef, getObjectOld, getObjectOldRef, getObjectTypeClass, getOid, getPrimaryDelta, getSecondaryDelta, getSynchronizationIntent, isFresh, setFresh, setId, setIteration, setIterationToken, setObjectCurrent, setObjectCurrentRef, setObjectNew, setObjectNewRef, setObjectOld, setObjectOldRef, setObjectTypeClass, setOid, setPrimaryDelta, setSecondaryDelta, setSynchronizationIntent
-
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
-
-
-
-
Constructor Detail
-
LensFocusContextType
public LensFocusContextType()
-
LensFocusContextType
public LensFocusContextType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classLensElementContextType
-
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
- Overrides:
setupContainerValue
in classLensElementContextType
-
toString
public String toString()
- Overrides:
toString
in classLensElementContextType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classLensElementContextType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLensElementContextType
-
end
public <X> X end()
- Overrides:
end
in classLensElementContextType
-
getSecondaryDeltas
public ObjectDeltaWavesType getSecondaryDeltas()
-
setSecondaryDeltas
public void setSecondaryDeltas(ObjectDeltaWavesType value)
-
secondaryDeltas
public LensFocusContextType secondaryDeltas(ObjectDeltaWavesType value)
-
beginSecondaryDeltas
public ObjectDeltaWavesType beginSecondaryDeltas()
-
objectOld
public LensFocusContextType objectOld(ObjectType value)
- Overrides:
objectOld
in classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(ObjectReferenceType value)
- Overrides:
objectOldRef
in classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(String oid, QName type)
- Overrides:
objectOldRef
in classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(String oid, QName type, QName relation)
- Overrides:
objectOldRef
in classLensElementContextType
-
beginObjectOldRef
public ObjectReferenceType beginObjectOldRef()
- Overrides:
beginObjectOldRef
in classLensElementContextType
-
objectCurrent
public LensFocusContextType objectCurrent(ObjectType value)
- Overrides:
objectCurrent
in classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(ObjectReferenceType value)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(String oid, QName type)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(String oid, QName type, QName relation)
- Overrides:
objectCurrentRef
in classLensElementContextType
-
beginObjectCurrentRef
public ObjectReferenceType beginObjectCurrentRef()
- Overrides:
beginObjectCurrentRef
in classLensElementContextType
-
objectNew
public LensFocusContextType objectNew(ObjectType value)
- Overrides:
objectNew
in classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(ObjectReferenceType value)
- Overrides:
objectNewRef
in classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(String oid, QName type)
- Overrides:
objectNewRef
in classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(String oid, QName type, QName relation)
- Overrides:
objectNewRef
in classLensElementContextType
-
beginObjectNewRef
public ObjectReferenceType beginObjectNewRef()
- Overrides:
beginObjectNewRef
in classLensElementContextType
-
primaryDelta
public LensFocusContextType primaryDelta(ObjectDeltaType value)
- Overrides:
primaryDelta
in classLensElementContextType
-
beginPrimaryDelta
public ObjectDeltaType beginPrimaryDelta()
- Overrides:
beginPrimaryDelta
in classLensElementContextType
-
secondaryDelta
public LensFocusContextType secondaryDelta(ObjectDeltaType value)
- Overrides:
secondaryDelta
in classLensElementContextType
-
beginSecondaryDelta
public ObjectDeltaType beginSecondaryDelta()
- Overrides:
beginSecondaryDelta
in classLensElementContextType
-
executedDeltas
public LensFocusContextType executedDeltas(LensObjectDeltaOperationType value)
- Overrides:
executedDeltas
in classLensElementContextType
-
beginExecutedDeltas
public LensObjectDeltaOperationType beginExecutedDeltas()
- Overrides:
beginExecutedDeltas
in classLensElementContextType
-
objectTypeClass
public LensFocusContextType objectTypeClass(String value)
- Overrides:
objectTypeClass
in classLensElementContextType
-
oid
public LensFocusContextType oid(String value)
- Overrides:
oid
in classLensElementContextType
-
iteration
public LensFocusContextType iteration(Integer value)
- Overrides:
iteration
in classLensElementContextType
-
iterationToken
public LensFocusContextType iterationToken(String value)
- Overrides:
iterationToken
in classLensElementContextType
-
synchronizationIntent
public LensFocusContextType synchronizationIntent(SynchronizationIntentType value)
- Overrides:
synchronizationIntent
in classLensElementContextType
-
fresh
public LensFocusContextType fresh(Boolean value)
- Overrides:
fresh
in classLensElementContextType
-
id
public LensFocusContextType id(Long value)
- Overrides:
id
in classLensElementContextType
-
clone
public LensFocusContextType clone()
- Overrides:
clone
in classLensElementContextType
-
-