Modifier and Type | Method and Description |
---|---|
protected Step |
AbstractWorkflow.createNewCurrentStep(ResultDescriptor theResult,
WorkflowEntry entry,
WorkflowStore store,
int actionId,
Step currentStep,
long[] previousIds,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
protected Step |
AbstractWorkflow.getCurrentStep(WorkflowDescriptor wfDesc,
int actionId,
List currentSteps,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
Step |
JoinNodes.getStep(int stepId) |
Modifier and Type | Method and Description |
---|---|
protected Step |
AbstractWorkflow.createNewCurrentStep(ResultDescriptor theResult,
WorkflowEntry entry,
WorkflowStore store,
int actionId,
Step currentStep,
long[] previousIds,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStep
Simple implementation
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Step |
AbstractHibernateWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller) |
void |
AbstractHibernateWorkflowStore.moveToHistory(Step step) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Step |
JDBCWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller) |
void |
JDBCWorkflowStore.moveToHistory(Step step) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Step |
OfbizWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller) |
void |
OfbizWorkflowStore.moveToHistory(Step step) |
Modifier and Type | Class and Description |
---|---|
class |
OJBCurrentStep |
class |
OJBHistoryStep |
class |
OJBStep |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Step |
OJBWorkflowStore.markFinished(Step step,
int actionId,
Date finishDate,
String status,
String caller) |
void |
OJBWorkflowStore.moveToHistory(Step step) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2021 catworkx GmbH. All rights reserved.