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