Class Process
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contextParameter" type="{http://www.hybris.de/xsd/processdefinition}contextParameter" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.hybris.de/xsd/processdefinition}nodes" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="start" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="onError" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="processClass" type="{http://www.hybris.de/xsd/processdefinition}name" default="de.hybris.platform.processengine.model.BusinessProcessModel" />
<attribute name="defaultNodeGroup" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contextParameter property.Gets the value of the defaultNodeGroup property.getName()Gets the value of the name property.getNodes()Gets the value of the nodes property.Gets the value of the onError property.Gets the value of the processClass property.getStart()Gets the value of the start property.voidsetDefaultNodeGroup(String value) Sets the value of the defaultNodeGroup property.voidSets the value of the name property.voidsetOnError(String value) Sets the value of the onError property.voidsetProcessClass(String value) Sets the value of the processClass property.voidSets the value of the start property.
-
Field Details
-
contextParameter
-
nodes
-
name
-
start
-
onError
-
processClass
-
defaultNodeGroup
-
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
getContextParameter
Gets the value of the contextParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the contextParameter property.For example, to add a new item, do as follows:
getContextParameter().add(newItem);Objects of the following type(s) are allowed in the list
ContextParameter -
getNodes
Gets the value of the nodes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the nodes property.For example, to add a new item, do as follows:
getNodes().add(newItem);Objects of the following type(s) are allowed in the list
ActionEndJoinNotifyScriptActionSplitWait -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getOnError
Gets the value of the onError property.- Returns:
- possible object is
String
-
setOnError
Sets the value of the onError property.- Parameters:
value- allowed object isString
-
getProcessClass
Gets the value of the processClass property.- Returns:
- possible object is
String
-
setProcessClass
Sets the value of the processClass property.- Parameters:
value- allowed object isString
-
getDefaultNodeGroup
Gets the value of the defaultNodeGroup property.- Returns:
- possible object is
String
-
setDefaultNodeGroup
Sets the value of the defaultNodeGroup property.- Parameters:
value- allowed object isString
-