Modifier and Type | Method and Description |
---|---|
protected WorkflowStore |
AbstractWorkflow.getPersistence() |
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 boolean |
AbstractWorkflow.transitionWorkflow(WorkflowEntry entry,
List currentSteps,
WorkflowStore store,
WorkflowDescriptor wf,
ActionDescriptor action,
Map transientVars,
Map inputs,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
WorkflowStore |
SpringConfiguration.getWorkflowStore() |
WorkflowStore |
DefaultConfiguration.getWorkflowStore() |
WorkflowStore |
Configuration.getWorkflowStore() |
Modifier and Type | Method and Description |
---|---|
void |
SpringConfiguration.setStore(WorkflowStore store) |
Modifier and Type | Class and Description |
---|---|
class |
EJBWorkflowStore
EJB entity bean workflow store implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateWorkflowStore |
class |
HibernateWorkflowStore
A workflow store backed by Hibernate for persistence.
|
class |
NewHibernateWorkflowStore |
class |
NewSpringHibernateWorkflowStore |
class |
SpringHibernateWorkflowStore |
Modifier and Type | Class and Description |
---|---|
class |
JDBCWorkflowStore
JDBC implementation.
|
class |
MySQLWorkflowStore |
Modifier and Type | Class and Description |
---|---|
class |
MemoryWorkflowStore
Simple memory implementation.
|
class |
SerializableWorkflowStore
Simple flat file implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OfbizWorkflowStore
OpenForBusiness Entity Engine implemenation.
|
Modifier and Type | Class and Description |
---|---|
class |
OJBWorkflowStore |
Modifier and Type | Class and Description |
---|---|
class |
PrevaylerWorkflowStore
This is a WorkflowStore implementation which uses Prevaylence as its datastore.
|
class |
WorkflowSystem |
Constructor and Description |
---|
QueryLogic(WorkflowStore store) |
Copyright © 2021 catworkx GmbH. All rights reserved.