Class WfExecutionTasksSerializationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfExecutionTasksSerializationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class WfExecutionTasksSerializationType extends Object implements Serializable, Cloneable, Containerable
Whether and how to serialize execution tasks (if "execute after all approvals" is set to false). EXPERIMENTALJava class for WfExecutionTasksSerializationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfExecutionTasksSerializationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="scope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationScopeType" maxOccurs="unbounded" minOccurs="0"/> <element name="retryAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="groupPrefix" type="{http://www.w3.org/2001/XMLSchema}string" 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_ENABLEDstatic ItemNameF_GROUP_PREFIXstatic ItemNameF_RETRY_AFTERstatic ItemNameF_SCOPE-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WfExecutionTasksSerializationType()WfExecutionTasksSerializationType(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
-
WfExecutionTasksSerializationType
public WfExecutionTasksSerializationType()
-
WfExecutionTasksSerializationType
public WfExecutionTasksSerializationType(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()
-
isEnabled
public Boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean value)
-
getScope
public List<WfExecutionTasksSerializationScopeType> getScope()
-
createScopeList
public List<WfExecutionTasksSerializationScopeType> createScopeList()
-
getRetryAfter
public Duration getRetryAfter()
-
setRetryAfter
public void setRetryAfter(Duration value)
-
getGroupPrefix
public String getGroupPrefix()
-
setGroupPrefix
public void setGroupPrefix(String value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
enabled
public WfExecutionTasksSerializationType enabled(Boolean value)
-
scope
public WfExecutionTasksSerializationType scope(WfExecutionTasksSerializationScopeType value)
-
retryAfter
public WfExecutionTasksSerializationType retryAfter(Duration value)
-
groupPrefix
public WfExecutionTasksSerializationType groupPrefix(String value)
-
id
public WfExecutionTasksSerializationType id(Long value)
-
clone
public WfExecutionTasksSerializationType clone()
-
-