org.jwarp.flow.process
Interface ITransitionManager

All Superinterfaces:
IConfigurable, IWorkflowSystemAware
All Known Implementing Classes:
TransitionManager

public interface ITransitionManager
extends IWorkflowSystemAware, IConfigurable


Method Summary
 java.util.Iterator getAllTransitions()
           
 ITransition getTransition(int id)
           
 java.util.Iterator getTransitions(int flow)
           
 java.util.Iterator searchTransitions(int id, ITransition type, int status, int workflowID, int process, int inAct, int outAct, java.util.Date endDate, java.util.Date startDate, java.util.Date creationDate)
           
 
Methods inherited from interface org.jwarp.flow.IWorkflowSystemAware
getWorkflowSystem, setWorkflowSystem
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

searchTransitions

public java.util.Iterator searchTransitions(int id,
                                            ITransition type,
                                            int status,
                                            int workflowID,
                                            int process,
                                            int inAct,
                                            int outAct,
                                            java.util.Date endDate,
                                            java.util.Date startDate,
                                            java.util.Date creationDate)

getTransition

public ITransition getTransition(int id)

getTransitions

public java.util.Iterator getTransitions(int flow)

getAllTransitions

public java.util.Iterator getAllTransitions()

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