| java.lang.Object com.opensymphony.workflow.spi.prevayler.WorkflowSystem
Method Summary | |
public Step | createCurrentStep(long entryId, int stepId, String owner, Date startDate, Date dueDate, String status, long[] previousIds) | public WorkflowEntry | createEntry(String workflowName) | public List | findCurrentSteps(long entryId) | public WorkflowEntry | findEntry(long entryId) | public List | findHistorySteps(long entryId) | public PropertySet | getPropertySet(long entryId) | public void | init(Map props) | public Step | markFinished(Step step, int actionId, Date finishDate, String status, String caller) | public void | moveToHistory(Step step) | public List | query(WorkflowQuery query) | public List | query(WorkflowExpressionQuery query) | public void | setEntryState(long entryId, int state) |
WorkflowSystem | public WorkflowSystem()(Code) | | |
|
|