Class AsynchronousScriptExecutionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsynchronousScriptExecutionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class AsynchronousScriptExecutionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Options for asynchronous script execution.- 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_EXECUTION_MODE
static ItemName
F_TASK_CUSTOMIZER
static ItemName
F_TASK_TEMPLATE_REF
static Producer<AsynchronousScriptExecutionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AsynchronousScriptExecutionType()
AsynchronousScriptExecutionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionType
beginTaskCustomizer()
ObjectReferenceType
beginTaskTemplateRef()
AsynchronousScriptExecutionType
clone()
<X> X
end()
boolean
equals(Object other)
AsynchronousScriptExecutionType
executionMode(AsynchronousScriptExecutionModeType value)
AsynchronousScriptExecutionModeType
getExecutionMode()
ExpressionType
getTaskCustomizer()
ObjectReferenceType
getTaskTemplateRef()
void
setExecutionMode(AsynchronousScriptExecutionModeType value)
void
setTaskCustomizer(ExpressionType value)
void
setTaskTemplateRef(ObjectReferenceType value)
AsynchronousScriptExecutionType
taskCustomizer(ExpressionType value)
AsynchronousScriptExecutionType
taskTemplateRef(ObjectReferenceType value)
AsynchronousScriptExecutionType
taskTemplateRef(String oid, QName type)
AsynchronousScriptExecutionType
taskTemplateRef(String oid, QName type, QName relation)
-
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_EXECUTION_MODE
public static final ItemName F_EXECUTION_MODE
-
F_TASK_TEMPLATE_REF
public static final ItemName F_TASK_TEMPLATE_REF
-
F_TASK_CUSTOMIZER
public static final ItemName F_TASK_CUSTOMIZER
-
FACTORY
public static final Producer<AsynchronousScriptExecutionType> FACTORY
-
-
Constructor Detail
-
AsynchronousScriptExecutionType
public AsynchronousScriptExecutionType()
-
AsynchronousScriptExecutionType
@Deprecated public AsynchronousScriptExecutionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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()
-
end
public <X> X end()
-
clone
public AsynchronousScriptExecutionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-