Response |
executeFlow(java.lang.String flowName,
java.lang.String procId,
JSONObject post)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowResource
public FlowResource()
startFlow
Execute the processor/flow with specified processor name. Every time to
execute this, a new processor instance will be created, the instance id
will be included into the returning result
- Parameters:
flowName - the processor name to be startedpost - the data parameters to start the processor, the typical
parameter could be "dse_nextEventName".
- Returns:
- return the execution result in JSONObject
- Throws:
ForbiddenException
UnauthorizedException
executeFlow
- Throws:
ForbiddenException
UnauthorizedException
postFlowContext
- Throws:
ForbiddenException
UnauthorizedException
postFlowContext
- Throws:
ForbiddenException
UnauthorizedException
updateFlowContext
- Throws:
ForbiddenException
UnauthorizedException
updateFlowContext
- Throws:
ForbiddenException
UnauthorizedException
getFlowContext
- Throws:
ForbiddenException
UnauthorizedException
getFlowContext
- Throws:
ForbiddenException
UnauthorizedException
removeFlowContext
- Throws:
ForbiddenException
UnauthorizedException
removeFlowContext
- Throws:
ForbiddenException
UnauthorizedException
(c) Copyright IBM Corporation 1998, 2011
|