org.jwarp.flow.process
Interface IActivityFactory

All Superinterfaces:
IExceptionProvider
All Known Implementing Classes:
ActivityFactory

public interface IActivityFactory
extends IExceptionProvider


Method Summary
 IActivity createActivity(ITransition transition, IWorkflowContext context)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
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()

createActivity

public IActivity createActivity(ITransition transition,
                                IWorkflowContext context)
                         throws java.lang.SecurityException

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