|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowDefinitionManager
Manages flow definitions.Configures the item to use a specific flow.
Method Summary | |
---|---|
void |
configure(openwfe.org.engine.workitem.LaunchItem launchItem,
String workflowName)
Configure the launchItem, so that it will use the workflow. |
List |
getDefinitionNames()
List all available workflow names. |
String |
readDefinition(String workflowName)
Read the workflow definition stored with this name. |
void |
saveDefinition(String definition)
The flow name gets extracted out of the workflow definition. |
Method Detail |
---|
void configure(openwfe.org.engine.workitem.LaunchItem launchItem, String workflowName) throws FlowDefinitionException
FlowDefinitionException
void saveDefinition(String definition) throws FlowDefinitionException
definition
- the workflow definition xml
FlowDefinitionException
String readDefinition(String workflowName) throws FlowDefinitionException
FlowDefinitionException
List getDefinitionNames() throws FlowDefinitionException
FlowDefinitionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |