Class AsynchronousScriptExecutionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsynchronousScriptExecutionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class AsynchronousScriptExecutionType extends Object implements Serializable, Cloneable, Containerable
Options for asynchronous script execution.Java class for AsynchronousScriptExecutionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AsynchronousScriptExecutionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="executionMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsynchronousScriptExecutionModeType" minOccurs="0"/> <element name="taskTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="taskCustomizer" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_EXECUTION_MODE
static ItemName
F_TASK_CUSTOMIZER
static ItemName
F_TASK_TEMPLATE_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AsynchronousScriptExecutionType()
AsynchronousScriptExecutionType(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
-
AsynchronousScriptExecutionType
public AsynchronousScriptExecutionType()
-
AsynchronousScriptExecutionType
public AsynchronousScriptExecutionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getExecutionMode
public AsynchronousScriptExecutionModeType getExecutionMode()
-
setExecutionMode
public void setExecutionMode(AsynchronousScriptExecutionModeType value)
-
getTaskTemplateRef
public ObjectReferenceType getTaskTemplateRef()
-
setTaskTemplateRef
public void setTaskTemplateRef(ObjectReferenceType value)
-
getTaskCustomizer
public ExpressionType getTaskCustomizer()
-
setTaskCustomizer
public void setTaskCustomizer(ExpressionType value)
-
executionMode
public AsynchronousScriptExecutionType executionMode(AsynchronousScriptExecutionModeType value)
-
taskTemplateRef
public AsynchronousScriptExecutionType taskTemplateRef(ObjectReferenceType value)
-
taskTemplateRef
public AsynchronousScriptExecutionType taskTemplateRef(String oid, QName type)
-
taskTemplateRef
public AsynchronousScriptExecutionType taskTemplateRef(String oid, QName type, QName relation)
-
beginTaskTemplateRef
public ObjectReferenceType beginTaskTemplateRef()
-
taskCustomizer
public AsynchronousScriptExecutionType taskCustomizer(ExpressionType value)
-
beginTaskCustomizer
public ExpressionType beginTaskCustomizer()
-
clone
public AsynchronousScriptExecutionType clone()
-
-