public class Process extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContextParameter> |
contextParameter |
protected String |
defaultNodeGroup |
protected String |
name |
protected List<Object> |
nodes |
protected String |
onError |
protected String |
processClass |
protected String |
start |
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
List<ContextParameter> |
getContextParameter()
Gets the value of the contextParameter property.
|
String |
getDefaultNodeGroup()
Gets the value of the defaultNodeGroup property.
|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getNodes()
Gets the value of the nodes property.
|
String |
getOnError()
Gets the value of the onError property.
|
String |
getProcessClass()
Gets the value of the processClass property.
|
String |
getStart()
Gets the value of the start property.
|
void |
setDefaultNodeGroup(String value)
Sets the value of the defaultNodeGroup property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnError(String value)
Sets the value of the onError property.
|
void |
setProcessClass(String value)
Sets the value of the processClass property.
|
void |
setStart(String value)
Sets the value of the start property.
|
protected List<ContextParameter> contextParameter
protected String name
protected String start
protected String onError
protected String processClass
protected String defaultNodeGroup
public List<ContextParameter> getContextParameter()
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 set method 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
public List<Object> getNodes()
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 set method 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
Action
ScriptAction
Split
Wait
End
Join
Notify
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getOnError()
Stringpublic void setOnError(String value)
value - allowed object is
Stringpublic String getProcessClass()
Stringpublic void setProcessClass(String value)
value - allowed object is
Stringpublic String getDefaultNodeGroup()
StringCopyright © 2017 SAP SE. All Rights Reserved.