Together Workflow Editor 3.0-1 API

org.enhydra.jawe.wfmopen
Class WfMOpenXPDLObjectFactory

java.lang.Object
  extended by org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
      extended by org.enhydra.jawe.wfmopen.WfMOpenXPDLObjectFactory

public class WfMOpenXPDLObjectFactory
extends XPDLObjectFactory

Author:
Sasa Bojanic

Field Summary
 
Fields inherited from class org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
settings
 
Constructor Summary
WfMOpenXPDLObjectFactory(XPDLObjectFactorySettings settings)
           
 
Method Summary
 void adjustXPDLObject(org.enhydra.shark.xpdl.XMLElement el, java.lang.String type)
           
 ExceptionMapping createXPDLObject(ExceptionMappings ems, java.lang.String type, boolean addToCollection)
           
 Property createXPDLObject(PropertyList props, java.lang.String type, boolean addToCollection)
           
 
Methods inherited from class org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
adjustType, createPackage, createSpecialActivity, createStandardActivity, createXPDLActivity, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLObject, createXPDLTransition, duplicateXPDLObject, makeIdenticalXPDLObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfMOpenXPDLObjectFactory

public WfMOpenXPDLObjectFactory(XPDLObjectFactorySettings settings)
                         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

createXPDLObject

public Property createXPDLObject(PropertyList props,
                                 java.lang.String type,
                                 boolean addToCollection)

createXPDLObject

public ExceptionMapping createXPDLObject(ExceptionMappings ems,
                                         java.lang.String type,
                                         boolean addToCollection)

adjustXPDLObject

public void adjustXPDLObject(org.enhydra.shark.xpdl.XMLElement el,
                             java.lang.String type)
Overrides:
adjustXPDLObject in class XPDLObjectFactory

Together Workflow Editor 3.0-1 API