org.smartcomps.twister.engine.priv.core.definition
Interface BasicActivity

All Superinterfaces:
Activity
All Known Subinterfaces:
Assign, Empty, Invoke, Receive, Reply, Terminate, Wait
All Known Implementing Classes:
AssignImpl, BasicActivityImpl, EmptyImpl, InvokeImpl, PickAsReceive, ReceiveImpl, ReplyImpl, TerminateImpl, WaitImpl

public interface BasicActivity
extends Activity

Supertye for all basic activity meaning an activity that doesn't contain any other activity. It's therefore a terminal activity and not a container that triggers an action from the workflow engine.


Method Summary
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks
 

Method Detail

execute

public org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext execute(java.lang.String correlationSetName,
                                                                                java.util.Map correlation)
                                                                         throws EngineException
EngineException


Copyright © 2003 SmartComps. All Rights Reserved.