R
- The type of output resultB
- The type of bridgepublic interface StandardWorkflow<R,B extends Bridge<?,?>>
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
R |
getResults()
Get the results of this workflow as an object
|
StandardWorkflow<R,B> |
init()
Prepares the workflow for a new execution
|
StandardWorkflow<R,B> |
setBridge(B bridge)
Links this workflow to a bridge
|
StandardWorkflow<R,B> |
setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Sets parameters for this workflow
|
StandardWorkflow<R,B> init()
StandardWorkflow<R,B> setBridge(B bridge)
bridge
- The bridgeStandardWorkflow<R,B> setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
parameters
- An hash map of Name, Value pairsR getResults()