|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Step in com.opensymphony.workflow |
|---|
| Methods in com.opensymphony.workflow that return Step | |
|---|---|
Step |
JoinNodes.getStep(int stepId)
|
| Methods in com.opensymphony.workflow with parameters of type Step | |
|---|---|
protected List |
AbstractWorkflow.getAvailableActionsForStep(WorkflowDescriptor wf,
Step step,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps)
|
protected List |
AbstractWorkflow.getAvailableAutoActionsForStep(WorkflowDescriptor wf,
Step step,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps)
Get just auto action availables for a step |
| Uses of Step in com.opensymphony.workflow.spi |
|---|
| Classes in com.opensymphony.workflow.spi that implement Step | |
|---|---|
class |
SimpleStep
Simple implementation |
| Methods in com.opensymphony.workflow.spi that return Step | |
|---|---|
Step |
WorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
Persists a step with the given parameters. |
Step |
WorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
Mark the specified step as finished. |
| Methods in com.opensymphony.workflow.spi with parameters of type Step | |
|---|---|
Step |
WorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
Mark the specified step as finished. |
void |
WorkflowStore.moveToHistory(Step step)
Called when a step is finished and can be moved to workflow history. |
| Uses of Step in com.opensymphony.workflow.spi.ejb |
|---|
| Methods in com.opensymphony.workflow.spi.ejb that return Step | |
|---|---|
Step |
WorkflowStoreSessionEJB.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
WorkflowStoreRemote.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
EJBWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
WorkflowStoreSessionEJB.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
WorkflowStoreRemote.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
EJBWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.ejb with parameters of type Step | |
|---|---|
Step |
WorkflowStoreSessionEJB.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
WorkflowStoreRemote.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
EJBWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
WorkflowStoreSessionEJB.moveToHistory(Step step)
|
void |
WorkflowStoreRemote.moveToHistory(Step step)
|
void |
EJBWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.hibernate |
|---|
| Classes in com.opensymphony.workflow.spi.hibernate that implement Step | |
|---|---|
class |
HibernateCurrentStep
This class exists to seperate the persistence of the Steps. |
class |
HibernateHistoryStep
�* This is here to persist the historical steps to the historical table. |
class |
HibernateStep
This abstract class provides all the implementation of the step interface It is abstract because the current and historical steps are stored in seperate tables. |
| Methods in com.opensymphony.workflow.spi.hibernate that return Step | |
|---|---|
Step |
SpringHibernateWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
HibernateWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
AbstractHibernateWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
SpringHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
HibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
AbstractHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.hibernate with parameters of type Step | |
|---|---|
Step |
SpringHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
HibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
AbstractHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
SpringHibernateWorkflowStore.moveToHistory(Step step)
|
void |
HibernateWorkflowStore.moveToHistory(Step step)
|
void |
AbstractHibernateWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.hibernate3 |
|---|
| Methods in com.opensymphony.workflow.spi.hibernate3 that return Step | |
|---|---|
Step |
AbstractHibernateWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
AbstractHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.hibernate3 with parameters of type Step | |
|---|---|
Step |
AbstractHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
AbstractHibernateWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.jdbc |
|---|
| Methods in com.opensymphony.workflow.spi.jdbc that return Step | |
|---|---|
Step |
JDBCWorkflowStore.createCurrentStep(long entryId,
int wfStepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
JDBCWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.jdbc with parameters of type Step | |
|---|---|
Step |
JDBCWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
JDBCWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.memory |
|---|
| Methods in com.opensymphony.workflow.spi.memory that return Step | |
|---|---|
Step |
SerializableWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
MemoryWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
SerializableWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
MemoryWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.memory with parameters of type Step | |
|---|---|
Step |
SerializableWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
MemoryWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
SerializableWorkflowStore.moveToHistory(Step step)
|
void |
MemoryWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.ofbiz |
|---|
| Methods in com.opensymphony.workflow.spi.ofbiz that return Step | |
|---|---|
Step |
OfbizWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
OfbizWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.ofbiz with parameters of type Step | |
|---|---|
Step |
OfbizWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
OfbizWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.ojb |
|---|
| Classes in com.opensymphony.workflow.spi.ojb that implement Step | |
|---|---|
class |
OJBCurrentStep
|
class |
OJBHistoryStep
|
class |
OJBStep
|
| Methods in com.opensymphony.workflow.spi.ojb that return Step | |
|---|---|
Step |
OJBWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
OJBWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.ojb with parameters of type Step | |
|---|---|
Step |
OJBWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
OJBWorkflowStore.moveToHistory(Step step)
|
| Uses of Step in com.opensymphony.workflow.spi.prevayler |
|---|
| Methods in com.opensymphony.workflow.spi.prevayler that return Step | |
|---|---|
Step |
WorkflowSystem.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
PrevaylerWorkflowStore.createCurrentStep(long entryId,
int stepId,
String owner,
Date startDate,
Date dueDate,
String status,
long[] previousIds)
|
Step |
WorkflowSystem.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
PrevaylerWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
| Methods in com.opensymphony.workflow.spi.prevayler with parameters of type Step | |
|---|---|
Step |
WorkflowSystem.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
Step |
PrevaylerWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller)
|
void |
WorkflowSystem.moveToHistory(Step step)
|
void |
PrevaylerWorkflowStore.moveToHistory(Step step)
|
|
OpenSymphony Workflow Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||