Class ObjectFactory
java.lang.Object
de.hybris.platform.processengine.definition.xml.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.processengine.definition.xml -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActionCreate an instance ofCaseCreate an instance ofChoiceCreate an instance ofContextParameterCreate an instance ofEndCreate an instance ofJoinCreate an instance ofLocalizedmessageCreate an instance ofNotifyCreate an instance ofParameterCreate an instance ofProcessCreate an instance ofScriptCreate an instance ofScriptActionCreate an instance ofSplitCreate an instance ofTargetNodeCreate an instance ofTimeoutCreate an instance ofTransitionCreate an instance ofUserGroupTypeCreate an instance ofWait
-
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
Create an instance ofProcess -
createContextParameter
Create an instance ofContextParameter -
createAction
Create an instance ofAction -
createScriptAction
Create an instance ofScriptAction -
createSplit
Create an instance ofSplit -
createWait
Create an instance ofWait -
createEnd
Create an instance ofEnd -
createJoin
Create an instance ofJoin -
createNotify
Create an instance ofNotify -
createCase
Create an instance ofCase -
createScript
Create an instance ofScript -
createTransition
Create an instance ofTransition -
createParameter
Create an instance ofParameter -
createChoice
Create an instance ofChoice -
createTargetNode
Create an instance ofTargetNode -
createUserGroupType
Create an instance ofUserGroupType -
createTimeout
Create an instance ofTimeout -
createLocalizedmessage
Create an instance ofLocalizedmessage
-