Class WfProcessSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfProcessSpecificationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class WfProcessSpecificationType extends Object implements Serializable, Cloneable, Containerable
Specification of a process that is to be started. EXPERIMENTALJava class for WfProcessSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfProcessSpecificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="ref" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deltaFrom" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeltaSourceSpecificationType" maxOccurs="unbounded" minOccurs="0"/> <element name="includeAction" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="includeActionIfPresent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="approvalDisplayName" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageTemplateType" minOccurs="0"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPROVAL_DISPLAY_NAME
static ItemName
F_DELTA_FROM
static ItemName
F_INCLUDE_ACTION
static ItemName
F_INCLUDE_ACTION_IF_PRESENT
static ItemName
F_NAME
static ItemName
F_ORDER
static ItemName
F_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WfProcessSpecificationType()
WfProcessSpecificationType(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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_REF
public static final ItemName F_REF
-
F_NAME
public static final ItemName F_NAME
-
F_ORDER
public static final ItemName F_ORDER
-
F_DELTA_FROM
public static final ItemName F_DELTA_FROM
-
F_INCLUDE_ACTION
public static final ItemName F_INCLUDE_ACTION
-
F_INCLUDE_ACTION_IF_PRESENT
public static final ItemName F_INCLUDE_ACTION_IF_PRESENT
-
F_APPROVAL_DISPLAY_NAME
public static final ItemName F_APPROVAL_DISPLAY_NAME
-
-
Constructor Detail
-
WfProcessSpecificationType
public WfProcessSpecificationType()
-
WfProcessSpecificationType
public WfProcessSpecificationType(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()
-
getRef
public String getRef()
-
setRef
public void setRef(String value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
getDeltaFrom
public List<DeltaSourceSpecificationType> getDeltaFrom()
-
createDeltaFromList
public List<DeltaSourceSpecificationType> createDeltaFromList()
-
getApprovalDisplayName
public LocalizableMessageTemplateType getApprovalDisplayName()
-
setApprovalDisplayName
public void setApprovalDisplayName(LocalizableMessageTemplateType value)
-
ref
public WfProcessSpecificationType ref(String value)
-
name
public WfProcessSpecificationType name(String value)
-
order
public WfProcessSpecificationType order(Integer value)
-
deltaFrom
public WfProcessSpecificationType deltaFrom(DeltaSourceSpecificationType value)
-
beginDeltaFrom
public DeltaSourceSpecificationType beginDeltaFrom()
-
includeAction
public WfProcessSpecificationType includeAction(String value)
-
includeActionIfPresent
public WfProcessSpecificationType includeActionIfPresent(String value)
-
approvalDisplayName
public WfProcessSpecificationType approvalDisplayName(LocalizableMessageTemplateType value)
-
beginApprovalDisplayName
public LocalizableMessageTemplateType beginApprovalDisplayName()
-
clone
public WfProcessSpecificationType clone()
-
-