BBjspPipelineStage::execute
Description
In BBj 16.0 and higher, this method is called by the Pipeline Engine engine to execute application specific business logic.
Syntax
Return Value |
Method |
String |
execute(BBjspSessionData session) |
Parameters
Variable |
Description |
session |
the BBjspSessionData |
Return Value
a string to tell the BBjspPipelines where to continue within the available BBjspPipelineStage's.
Remarks
Example
REM === |