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

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the de.hybris.platform.processengine.definition.xml package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.processengine.definition.xml
  • Method Details

    • createProcess

      public Process createProcess()
      Create an instance of Process
    • createContextParameter

      public ContextParameter createContextParameter()
      Create an instance of ContextParameter
    • createAction

      public Action createAction()
      Create an instance of Action
    • createScriptAction

      public ScriptAction createScriptAction()
      Create an instance of ScriptAction
    • createSplit

      public Split createSplit()
      Create an instance of Split
    • createWait

      public Wait createWait()
      Create an instance of Wait
    • createEnd

      public End createEnd()
      Create an instance of End
    • createJoin

      public Join createJoin()
      Create an instance of Join
    • createNotify

      public Notify createNotify()
      Create an instance of Notify
    • createCase

      public Case createCase()
      Create an instance of Case
    • createScript

      public Script createScript()
      Create an instance of Script
    • createTransition

      public Transition createTransition()
      Create an instance of Transition
    • createParameter

      public Parameter createParameter()
      Create an instance of Parameter
    • createChoice

      public Choice createChoice()
      Create an instance of Choice
    • createTargetNode

      public TargetNode createTargetNode()
      Create an instance of TargetNode
    • createUserGroupType

      public UserGroupType createUserGroupType()
      Create an instance of UserGroupType
    • createTimeout

      public Timeout createTimeout()
      Create an instance of Timeout
    • createLocalizedmessage

      public Localizedmessage createLocalizedmessage()
      Create an instance of Localizedmessage