com.waveset.workflow
Interface WorkflowApplication

All Known Implementing Classes:
DebugServices, RoleSynchronizer, WorkflowServices, WorkflowServices

public interface WorkflowApplication


Method Summary
 WavesetResult call(WorkflowContext context)
           
 void destroy()
           
 void init()
           
 

Method Detail

init

public void init()
          throws WavesetException
Throws:
WavesetException

call

public WavesetResult call(WorkflowContext context)
                   throws WavesetException
Throws:
WavesetException

destroy

public void destroy()