Class WfExecutionTasksConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfExecutionTasksConfigurationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class WfExecutionTasksConfigurationType extends Object implements Serializable, Cloneable, Containerable
Configuration related to tasks in which model operations are executed. EXPERIMENTALJava class for WfExecutionTasksConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfExecutionTasksConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationType" minOccurs="0"/> <element name="executionConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionConstraintsType" minOccurs="0"/> <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_EXECUTION_CONSTRAINTSstatic ItemNameF_OWNER_REFstatic ItemNameF_SERIALIZATION-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WfExecutionTasksConfigurationType()WfExecutionTasksConfigurationType(PrismContext prismContext)
-
Method Summary
-
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
-
WfExecutionTasksConfigurationType
public WfExecutionTasksConfigurationType()
-
WfExecutionTasksConfigurationType
public WfExecutionTasksConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
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
-
end
public <X> X end()
-
getSerialization
public WfExecutionTasksSerializationType getSerialization()
-
setSerialization
public void setSerialization(WfExecutionTasksSerializationType value)
-
getExecutionConstraints
public TaskExecutionConstraintsType getExecutionConstraints()
-
setExecutionConstraints
public void setExecutionConstraints(TaskExecutionConstraintsType value)
-
getOwnerRef
public ObjectReferenceType getOwnerRef()
-
setOwnerRef
public void setOwnerRef(ObjectReferenceType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
serialization
public WfExecutionTasksConfigurationType serialization(WfExecutionTasksSerializationType value)
-
beginSerialization
public WfExecutionTasksSerializationType beginSerialization()
-
executionConstraints
public WfExecutionTasksConfigurationType executionConstraints(TaskExecutionConstraintsType value)
-
beginExecutionConstraints
public TaskExecutionConstraintsType beginExecutionConstraints()
-
ownerRef
public WfExecutionTasksConfigurationType ownerRef(ObjectReferenceType value)
-
ownerRef
public WfExecutionTasksConfigurationType ownerRef(String oid, QName type)
-
ownerRef
public WfExecutionTasksConfigurationType ownerRef(String oid, QName type, QName relation)
-
beginOwnerRef
public ObjectReferenceType beginOwnerRef()
-
id
public WfExecutionTasksConfigurationType id(Long value)
-
clone
public WfExecutionTasksConfigurationType clone()
-
-