com.createtank.elemenope.bpm
Class ElemenopeAsyncBpmChainOperation

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

public class ElemenopeAsyncBpmChainOperation
extends ElemenopeBpmOperationImpl

Returns result of chain of all Operations configured.

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

Constructor Summary
ElemenopeAsyncBpmChainOperation()
           
 
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

ElemenopeAsyncBpmChainOperation

public ElemenopeAsyncBpmChainOperation()
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.