Class IterativeChangeExecutionWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.IterativeChangeExecutionWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class IterativeChangeExecutionWorkDefinitionType extends ObjectSetBasedWorkDefinitionType
Executes specified changes on specified objects.- 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_DELTA
static ItemName
F_EXECUTION_OPTIONS
static Producer<IterativeChangeExecutionWorkDefinitionType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
F_OBJECTS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description IterativeChangeExecutionWorkDefinitionType()
IterativeChangeExecutionWorkDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelExecuteOptionsType
beginExecutionOptions()
ObjectSetType
beginObjects()
IterativeChangeExecutionWorkDefinitionType
clone()
IterativeChangeExecutionWorkDefinitionType
delta(ObjectDeltaType value)
<X> X
end()
boolean
equals(Object other)
IterativeChangeExecutionWorkDefinitionType
executionOptions(ModelExecuteOptionsType value)
ObjectDeltaType
getDelta()
ModelExecuteOptionsType
getExecutionOptions()
IterativeChangeExecutionWorkDefinitionType
id(Long value)
IterativeChangeExecutionWorkDefinitionType
objects(ObjectSetType value)
void
setDelta(ObjectDeltaType value)
void
setExecutionOptions(ModelExecuteOptionsType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSetBasedWorkDefinitionType
getObjects, setObjects
-
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_DELTA
public static final ItemName F_DELTA
-
F_EXECUTION_OPTIONS
public static final ItemName F_EXECUTION_OPTIONS
-
FACTORY
public static final Producer<IterativeChangeExecutionWorkDefinitionType> FACTORY
-
-
Constructor Detail
-
IterativeChangeExecutionWorkDefinitionType
public IterativeChangeExecutionWorkDefinitionType()
-
IterativeChangeExecutionWorkDefinitionType
@Deprecated public IterativeChangeExecutionWorkDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDelta
public ObjectDeltaType getDelta()
-
setDelta
public void setDelta(ObjectDeltaType value)
-
getExecutionOptions
public ModelExecuteOptionsType getExecutionOptions()
-
setExecutionOptions
public void setExecutionOptions(ModelExecuteOptionsType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classObjectSetBasedWorkDefinitionType
-
id
public IterativeChangeExecutionWorkDefinitionType id(Long value)
- Overrides:
id
in classObjectSetBasedWorkDefinitionType
-
delta
public IterativeChangeExecutionWorkDefinitionType delta(ObjectDeltaType value)
-
executionOptions
public IterativeChangeExecutionWorkDefinitionType executionOptions(ModelExecuteOptionsType value)
-
beginExecutionOptions
public ModelExecuteOptionsType beginExecutionOptions()
-
objects
public IterativeChangeExecutionWorkDefinitionType objects(ObjectSetType value)
- Overrides:
objects
in classObjectSetBasedWorkDefinitionType
-
beginObjects
public ObjectSetType beginObjects()
- Overrides:
beginObjects
in classObjectSetBasedWorkDefinitionType
-
end
public <X> X end()
- Overrides:
end
in classObjectSetBasedWorkDefinitionType
-
clone
public IterativeChangeExecutionWorkDefinitionType clone()
- Overrides:
clone
in classObjectSetBasedWorkDefinitionType
-
-