org.jwarp.flow.data
Class FlowData

java.lang.Object
  |
  +--org.jwarp.flow.data.FlowData
All Implemented Interfaces:
IConfigurable, IFlowData

public class FlowData
extends java.lang.Object
implements IFlowData


Constructor Summary
FlowData()
           
FlowData(IWorkflow workflow)
           
 
Method Summary
 void configure(org.jdom.Element config)
          Pass the Configuration to the Configurable class.
 org.jdom.Element getJDomTree()
           
 IWorkflow getWorkflow()
           
 void setWorkflow(IWorkflow flow)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowData

public FlowData()

FlowData

public FlowData(IWorkflow workflow)
Method Detail

configure

public void configure(org.jdom.Element config)
               throws ConfigurationException
Description copied from interface: IConfigurable
Pass the Configuration to the Configurable class. This method must always be called after the constructor and before any other method.
Specified by:
configure in interface IConfigurable
Following copied from interface: org.jwarp.service.configuration.IConfigurable
Parameters:
configuration - the class configurations.

getWorkflow

public IWorkflow getWorkflow()
Specified by:
getWorkflow in interface IFlowData

setWorkflow

public void setWorkflow(IWorkflow flow)

getJDomTree

public org.jdom.Element getJDomTree()
Specified by:
getJDomTree in interface IFlowData

©   O R C A   S y s t e m s