org.jwarp.flow.process
Interface ITransitionFactory
- All Superinterfaces:
- IExceptionProvider, IWorkflowObject
- public interface ITransitionFactory
- extends IWorkflowObject, IExceptionProvider
This class describes a transition definition. Instances of this transition definition
are created (implemented by interface ITransitionInstance).
getName
public java.lang.String getName()
- Description copied from interface:
IWorkflowObject
- Return a name or string representation of the object.
- Specified by:
getName in interface IWorkflowObject
- Following copied from interface:
org.jwarp.flow.IWorkflowObject
- Returns:
- The name
getDescription
public java.lang.String getDescription()
- Description copied from interface:
IWorkflowObject
- Return a description (opional)
- Specified by:
getDescription in interface IWorkflowObject
- Following copied from interface:
org.jwarp.flow.IWorkflowObject
- Returns:
- The description
getPreStates
public java.util.Iterator getPreStates()
createTransition
public ITransition createTransition(IWorkflowContext context)
getPostStates
public java.util.Iterator getPostStates()