TWE 2.4-1 API

org.enhydra.jawe.shark
Class SharkXPDLObjectFactory

java.lang.Object
  extended byorg.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
      extended byorg.enhydra.jawe.shark.SharkXPDLObjectFactory

public class SharkXPDLObjectFactory
extends XPDLObjectFactory

Author:
Sasa Bojanic

Field Summary
 
Fields inherited from class org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
settings
 
Constructor Summary
SharkXPDLObjectFactory(XPDLObjectFactorySettings settings)
           
 
Method Summary
 void adjustXPDLObject(org.enhydra.shark.xpdl.XMLElement el, java.lang.String type)
           
 org.enhydra.shark.xpdl.elements.ExtendedAttribute createXPDLObject(ExtendedAttributesWrapper eas, 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

SharkXPDLObjectFactory

public SharkXPDLObjectFactory(XPDLObjectFactorySettings settings)
                       throws java.lang.Exception
Method Detail

createXPDLObject

public org.enhydra.shark.xpdl.elements.ExtendedAttribute createXPDLObject(ExtendedAttributesWrapper eas,
                                                                          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

TWE 2.4-1 API