IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.rest.resource
Class FlowResource

java.lang.Object
  extended by com.ibm.btt.cs.rest.resource.BaseResource
      extended by com.ibm.btt.cs.rest.resource.FlowResource


Constructor Summary
FlowResource()
          
Method Summary
 Response executeFlow(java.lang.String flowName, java.lang.String procId, JSONObject post)
          
Methods inherited from class com.ibm.btt.cs.rest.resource.BaseResource
checkNavigationAuthorization, checkOperationAuthorization, checkProcessorAuthorization, checkRequestAuthorization, filterRequest, filterResponse, getCrossFieldErrorMessages, getSecurityAdvice, getSingleFieldErrorMessages, validateContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowResource

public FlowResource()
Method Detail

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 started
post - 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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011