com.createtank.elemenope.bpm
Class ElemenopeBpmChainOperation

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

public class ElemenopeBpmChainOperation
extends ElemenopeBpmOperationImpl

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

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

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

Constructor Detail

ElemenopeBpmChainOperation

public ElemenopeBpmChainOperation()
Method Detail

execute

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


execute

public java.lang.Object execute(java.lang.Object object,
                                java.util.Map atts)
Execute the operation.