| java.lang.Object org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactory
XPDLObjectFactory | public class XPDLObjectFactory (Code) | | Factory for generating XPDL objects.
author: Sasa Bojanic |
Method Summary | |
protected String | adjustType(XMLElement el, String type) | public void | adjustXPDLObject(XMLElement el, String type) | public Package | createPackage(String type) | protected Activity | createSpecialActivity(Activities acts, String type) | protected Activity | createStandardActivity(Activities acts, String type) | protected Activity | createXPDLActivity(Activities acts, String type) | public ActivitySet | createXPDLObject(ActivitySets ass, String type, boolean addToCollection) | public Activity | createXPDLObject(Activities acts, String type, boolean addToCollection) | public ActualParameter | createXPDLObject(ActualParameters aps, String type, boolean addToCollection) | public Application | createXPDLObject(Applications apps, String type, boolean addToCollection) | public DataField | createXPDLObject(DataFields dfs, String type, boolean addToCollection) | public Deadline | createXPDLObject(Deadlines dls, String type, boolean addToCollection) | public EnumerationValue | createXPDLObject(EnumerationType et, String type, boolean addToCollection) | public ExtendedAttribute | createXPDLObject(ExtendedAttributes eas, String type, boolean addToCollection) | public ExternalPackage | createXPDLObject(ExternalPackages eps, String type, boolean addToCollection) | public FormalParameter | createXPDLObject(FormalParameters fps, String type, boolean addToCollection) | public Namespace | createXPDLObject(Namespaces nss, String type, boolean addToCollection) | public Participant | createXPDLObject(Participants ps, String type, boolean addToCollection) | public Member | createXPDLObject(RecordType rt, String type, boolean addToCollection) | public Responsible | createXPDLObject(Responsibles rs, String type, boolean addToCollection) | public Tool | createXPDLObject(Tools ts, String type, boolean addToCollection) | public Transition | createXPDLObject(Transitions tras, String type, boolean addToCollection) | public TransitionRef | createXPDLObject(TransitionRefs trs, String type, boolean addToCollection) | public TransitionRestriction | createXPDLObject(TransitionRestrictions trests, String type, boolean addToCollection) | public TypeDeclaration | createXPDLObject(TypeDeclarations tds, String type, boolean addToCollection) | public Member | createXPDLObject(UnionType ut, String type, boolean addToCollection) | public WorkflowProcess | createXPDLObject(WorkflowProcesses wps, String type, boolean addToCollection) | public XMLElement | createXPDLObject(XMLCollection col, String type, boolean addToCollection) | protected Transition | createXPDLTransition(Transitions tras, String type) | public XMLElement | duplicateXPDLObject(XMLCollection col, XMLElement el) | public XMLElement | makeIdenticalXPDLObject(XMLCollection col, XMLElement el) |
XPDLObjectFactory | public XPDLObjectFactory()(Code) | | |
|
|