java.lang.Object
de.hybris.platform.processengine.definition.xml.Process

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>
 
  • Field Details

    • contextParameter

      protected List<ContextParameter> contextParameter
    • nodes

      protected List<Object> nodes
    • name

      protected String name
    • start

      protected String start
    • onError

      protected String onError
    • processClass

      protected String processClass
    • defaultNodeGroup

      protected String defaultNodeGroup
  • Constructor Details

    • Process

      public Process()
  • Method Details

    • getContextParameter

      public 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 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

    • getNodes

      public List<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 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

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getStart

      public String getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getOnError

      public String getOnError()
      Gets the value of the onError property.
      Returns:
      possible object is String
    • setOnError

      public void setOnError(String value)
      Sets the value of the onError property.
      Parameters:
      value - allowed object is String
    • getProcessClass

      public String getProcessClass()
      Gets the value of the processClass property.
      Returns:
      possible object is String
    • setProcessClass

      public void setProcessClass(String value)
      Sets the value of the processClass property.
      Parameters:
      value - allowed object is String
    • getDefaultNodeGroup

      public String getDefaultNodeGroup()
      Gets the value of the defaultNodeGroup property.
      Returns:
      possible object is String
    • setDefaultNodeGroup

      public void setDefaultNodeGroup(String value)
      Sets the value of the defaultNodeGroup property.
      Parameters:
      value - allowed object is String