com.createtank.elemenope.bpm
Class ElemenopeProcessChainOperation

java.lang.Object
  extended by com.createtank.elemenope.bpm.ElemenopeBpmOperationImpl
      extended by com.createtank.elemenope.bpm.ElemenopeProcessListOperation
          extended by com.createtank.elemenope.bpm.ElemenopeProcessChainOperation
All Implemented Interfaces:
ElemenopeBpmOperation, ElemenopeComponent, ElemenopeConnectionEntity, Operation

public class ElemenopeProcessChainOperation
extends ElemenopeProcessListOperation

chain. Returns List of all responses from all Operations configured.

Author:
John Joseph Roets [joe@createtank.com]

Constructor Summary
ElemenopeProcessChainOperation()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object object)
          Execute the operation.
 
Methods inherited from class com.createtank.elemenope.bpm.ElemenopeProcessListOperation
execute, getConnectionAttributes, getOperationsList, releaseComponents, setComponents, setConfigurationAttributes, setConnectionAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElemenopeProcessChainOperation

public ElemenopeProcessChainOperation()
Method Detail

execute

public java.lang.Object execute(java.lang.Object object)
Execute the operation.

Specified by:
execute in interface Operation
Overrides:
execute in class ElemenopeProcessListOperation