Class Process
- java.lang.Object
-
- de.hybris.platform.processengine.definition.xml.Process
-
public class Process extends java.lang.ObjectJava 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 Modifier and Type Field Description protected java.util.List<ContextParameter>contextParameterprotected java.lang.StringdefaultNodeGroupprotected java.lang.Stringnameprotected java.util.List<java.lang.Object>nodesprotected java.lang.StringonErrorprotected java.lang.StringprocessClassprotected java.lang.Stringstart
-
Constructor Summary
Constructors Constructor Description Process()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ContextParameter>getContextParameter()Gets the value of the contextParameter property.java.lang.StringgetDefaultNodeGroup()Gets the value of the defaultNodeGroup property.java.lang.StringgetName()Gets the value of the name property.java.util.List<java.lang.Object>getNodes()Gets the value of the nodes property.java.lang.StringgetOnError()Gets the value of the onError property.java.lang.StringgetProcessClass()Gets the value of the processClass property.java.lang.StringgetStart()Gets the value of the start property.voidsetDefaultNodeGroup(java.lang.String value)Sets the value of the defaultNodeGroup property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOnError(java.lang.String value)Sets the value of the onError property.voidsetProcessClass(java.lang.String value)Sets the value of the processClass property.voidsetStart(java.lang.String value)Sets the value of the start property.
-
-
-
Field Detail
-
contextParameter
protected java.util.List<ContextParameter> contextParameter
-
nodes
protected java.util.List<java.lang.Object> nodes
-
name
protected java.lang.String name
-
start
protected java.lang.String start
-
onError
protected java.lang.String onError
-
processClass
protected java.lang.String processClass
-
defaultNodeGroup
protected java.lang.String defaultNodeGroup
-
-
Method Detail
-
getContextParameter
public java.util.List<ContextParameter> 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
public java.util.List<java.lang.Object> 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
ActionScriptActionSplitWaitEndJoinNotify
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStart
public java.lang.String getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(java.lang.String value)
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getOnError
public java.lang.String getOnError()
Gets the value of the onError property.- Returns:
- possible object is
String
-
setOnError
public void setOnError(java.lang.String value)
Sets the value of the onError property.- Parameters:
value- allowed object isString
-
getProcessClass
public java.lang.String getProcessClass()
Gets the value of the processClass property.- Returns:
- possible object is
String
-
setProcessClass
public void setProcessClass(java.lang.String value)
Sets the value of the processClass property.- Parameters:
value- allowed object isString
-
getDefaultNodeGroup
public java.lang.String getDefaultNodeGroup()
Gets the value of the defaultNodeGroup property.- Returns:
- possible object is
String
-
setDefaultNodeGroup
public void setDefaultNodeGroup(java.lang.String value)
Sets the value of the defaultNodeGroup property.- Parameters:
value- allowed object isString
-
-