org.jwarp.flow.process
Interface IProcessFactory

All Superinterfaces:
IExceptionProvider
All Known Implementing Classes:
ProcessFactory

public interface IProcessFactory
extends IExceptionProvider


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void run(IWorkflowContext context, IProcess superProcess)
          Start the process, The process will create and initialize a process instance which will then will be put into the work item handler to be started immedeately.
 
Methods inherited from interface org.jwarp.common.IExceptionProvider
addExceptionListener, getExceptionListeners, removeAllExceptionListeners, removeExceptionListener
 

Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

run

public void run(IWorkflowContext context,
                IProcess superProcess)
Start the process, The process will create and initialize a process instance which will then will be put into the work item handler to be started immedeately.
Parameters:
context - The workflow context

©   O R C A   S y s t e m s