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 QNameCOMPLEX_TYPEstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classLensElementContextType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classLensElementContextType
-
toString
public String toString()
- Overrides:
toStringin classLensElementContextType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classLensElementContextType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLensElementContextType
-
end
public <X> X end()
- Overrides:
endin 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:
objectOldin classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(ObjectReferenceType value)
- Overrides:
objectOldRefin classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(String oid, QName type)
- Overrides:
objectOldRefin classLensElementContextType
-
objectOldRef
public LensFocusContextType objectOldRef(String oid, QName type, QName relation)
- Overrides:
objectOldRefin classLensElementContextType
-
beginObjectOldRef
public ObjectReferenceType beginObjectOldRef()
- Overrides:
beginObjectOldRefin classLensElementContextType
-
objectCurrent
public LensFocusContextType objectCurrent(ObjectType value)
- Overrides:
objectCurrentin classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(ObjectReferenceType value)
- Overrides:
objectCurrentRefin classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(String oid, QName type)
- Overrides:
objectCurrentRefin classLensElementContextType
-
objectCurrentRef
public LensFocusContextType objectCurrentRef(String oid, QName type, QName relation)
- Overrides:
objectCurrentRefin classLensElementContextType
-
beginObjectCurrentRef
public ObjectReferenceType beginObjectCurrentRef()
- Overrides:
beginObjectCurrentRefin classLensElementContextType
-
objectNew
public LensFocusContextType objectNew(ObjectType value)
- Overrides:
objectNewin classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(ObjectReferenceType value)
- Overrides:
objectNewRefin classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(String oid, QName type)
- Overrides:
objectNewRefin classLensElementContextType
-
objectNewRef
public LensFocusContextType objectNewRef(String oid, QName type, QName relation)
- Overrides:
objectNewRefin classLensElementContextType
-
beginObjectNewRef
public ObjectReferenceType beginObjectNewRef()
- Overrides:
beginObjectNewRefin classLensElementContextType
-
primaryDelta
public LensFocusContextType primaryDelta(ObjectDeltaType value)
- Overrides:
primaryDeltain classLensElementContextType
-
beginPrimaryDelta
public ObjectDeltaType beginPrimaryDelta()
- Overrides:
beginPrimaryDeltain classLensElementContextType
-
secondaryDelta
public LensFocusContextType secondaryDelta(ObjectDeltaType value)
- Overrides:
secondaryDeltain classLensElementContextType
-
beginSecondaryDelta
public ObjectDeltaType beginSecondaryDelta()
- Overrides:
beginSecondaryDeltain classLensElementContextType
-
executedDeltas
public LensFocusContextType executedDeltas(LensObjectDeltaOperationType value)
- Overrides:
executedDeltasin classLensElementContextType
-
beginExecutedDeltas
public LensObjectDeltaOperationType beginExecutedDeltas()
- Overrides:
beginExecutedDeltasin classLensElementContextType
-
objectTypeClass
public LensFocusContextType objectTypeClass(String value)
- Overrides:
objectTypeClassin classLensElementContextType
-
oid
public LensFocusContextType oid(String value)
- Overrides:
oidin classLensElementContextType
-
iteration
public LensFocusContextType iteration(Integer value)
- Overrides:
iterationin classLensElementContextType
-
iterationToken
public LensFocusContextType iterationToken(String value)
- Overrides:
iterationTokenin classLensElementContextType
-
synchronizationIntent
public LensFocusContextType synchronizationIntent(SynchronizationIntentType value)
- Overrides:
synchronizationIntentin classLensElementContextType
-
fresh
public LensFocusContextType fresh(Boolean value)
- Overrides:
freshin classLensElementContextType
-
id
public LensFocusContextType id(Long value)
- Overrides:
idin classLensElementContextType
-
clone
public LensFocusContextType clone()
- Overrides:
clonein classLensElementContextType
-
-