Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.LensObjectDeltaOperationType
-
Packages that use LensObjectDeltaOperationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of LensObjectDeltaOperationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type LensObjectDeltaOperationType Modifier and Type Method Description List<LensObjectDeltaOperationType>
LensElementContextType. createExecutedDeltasList()
List<LensObjectDeltaOperationType>
LensContextType. createRottenExecutedDeltasList()
List<LensObjectDeltaOperationType>
LensElementContextType. getExecutedDeltas()
List<LensObjectDeltaOperationType>
LensContextType. getRottenExecutedDeltas()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LensObjectDeltaOperationType Modifier and Type Method Description ModelExecuteDeltaTraceType
ModelExecuteDeltaTraceType. delta(LensObjectDeltaOperationType value)
LensElementContextType
LensElementContextType. executedDeltas(LensObjectDeltaOperationType value)
LensFocusContextType
LensFocusContextType. executedDeltas(LensObjectDeltaOperationType value)
LensProjectionContextType
LensProjectionContextType. executedDeltas(LensObjectDeltaOperationType value)
LensContextType
LensContextType. rottenExecutedDeltas(LensObjectDeltaOperationType value)
void
ModelExecuteDeltaTraceType. setDelta(LensObjectDeltaOperationType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LensObjectDeltaOperationType Constructor Description LensObjectDeltaOperationType(LensObjectDeltaOperationType o)
Creates a newLensObjectDeltaOperationType
instance by deeply copying a givenLensObjectDeltaOperationType
instance.
-