|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.flow.data.FlowData
| 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 |
|
| Constructor Detail |
public FlowData()
public FlowData(IWorkflow workflow)
| Method Detail |
public void configure(org.jdom.Element config)
throws ConfigurationException
IConfigurableConfiguration to the Configurable
class. This method must always be called after the constructor and before any other method.configure in interface IConfigurableorg.jwarp.service.configuration.IConfigurableconfiguration - the class configurations.public IWorkflow getWorkflow()
getWorkflow in interface IFlowDatapublic void setWorkflow(IWorkflow flow)
public org.jdom.Element getJDomTree()
getJDomTree in interface IFlowData
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||