Class Process


  • 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>
     
    • 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.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • Process

        public Process()
    • 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 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 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 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 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String