com.createtank.elemenope.bpm
Interface ElemenopeBpmOperation

All Superinterfaces:
ElemenopeComponent, ElemenopeConnectionEntity, Operation
All Known Implementing Classes:
ElemenopeAsyncBpmChainOperation, ElemenopeBpmChainOperation, ElemenopeBpmListOperation, ElemenopeBpmOperationImpl, ElemenopeProcessChainOperation, ElemenopeProcessListOperation

public interface ElemenopeBpmOperation
extends Operation, ElemenopeConnectionEntity

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

Method Summary
 java.lang.Object execute(java.lang.Object object, java.util.Map atts)
          Execute the operation.
 java.util.List getOperationsList()
           
 
Methods inherited from interface com.createtank.elemenope.Operation
execute
 
Methods inherited from interface com.createtank.elemenope.ElemenopeComponent
releaseComponents, setComponents, setConfigurationAttributes
 
Methods inherited from interface com.createtank.elemenope.ElemenopeConnectionEntity
getConnectionAttributes, setConnectionAttributes
 

Method Detail

getOperationsList

java.util.List getOperationsList()

execute

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