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 void |
AbstractWorkflow.populateTransientMap(WorkflowEntry entry,
Map transientVars,
List registers,
Integer actionId,
Collection currentSteps,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
RegisterRemote.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Register a variable within a particular workflow
|
Object |
Register.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Returns the object to bind to the variable map for this workflow instance.
|
protected boolean |
AbstractWorkflow.transitionWorkflow(WorkflowEntry entry,
List currentSteps,
WorkflowStore store,
WorkflowDescriptor wf,
ActionDescriptor action,
Map transientVars,
Map inputs,
com.opensymphony.module.propertyset.PropertySet ps) |
protected void |
AbstractWorkflow.verifyInputs(WorkflowEntry entry,
List validators,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps)
Validates input against a list of ValidatorDescriptor objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleWorkflowEntry
Simple implemenation.
|
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
WorkflowStore.createEntry(String workflowName)
Persists a new workflow entry that has not been initialized.
|
WorkflowEntry |
WorkflowStore.findEntry(long entryId)
Pulls up the workflow entry data for the entry ID given.
|
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
WorkflowStoreSessionEJB.createEntry(String workflowName) |
WorkflowEntry |
WorkflowStoreRemote.createEntry(String workflowName) |
WorkflowEntry |
EJBWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
WorkflowStoreSessionEJB.findEntry(long entryId) |
WorkflowEntry |
WorkflowStoreRemote.findEntry(long entryId) |
WorkflowEntry |
EJBWorkflowStore.findEntry(long entryId) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateWorkflowEntry |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
SpringHibernateWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
HibernateWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
AbstractHibernateWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
SpringHibernateWorkflowStore.findEntry(long entryId) |
WorkflowEntry |
HibernateWorkflowStore.findEntry(long entryId) |
WorkflowEntry |
AbstractHibernateWorkflowStore.findEntry(long entryId) |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
AbstractHibernateWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
AbstractHibernateWorkflowStore.findEntry(long entryId) |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
JDBCWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
JDBCWorkflowStore.findEntry(long theEntryId) |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
SerializableWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
MemoryWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
SerializableWorkflowStore.findEntry(long entryId) |
WorkflowEntry |
MemoryWorkflowStore.findEntry(long entryId) |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
OfbizWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
OfbizWorkflowStore.findEntry(long entryId) |
Modifier and Type | Class and Description |
---|---|
class |
OJBWorkflowEntry |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
OJBWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
OJBWorkflowStore.findEntry(long entryId) |
Modifier and Type | Method and Description |
---|---|
WorkflowEntry |
WorkflowSystem.createEntry(String workflowName) |
WorkflowEntry |
PrevaylerWorkflowStore.createEntry(String workflowName) |
WorkflowEntry |
WorkflowSystem.findEntry(long entryId) |
WorkflowEntry |
PrevaylerWorkflowStore.findEntry(long entryId) |
Modifier and Type | Method and Description |
---|---|
Object |
LogRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
WorkflowLocalListener.stateChanged(WorkflowEntry entry) |
void |
WorkflowListener.stateChanged(WorkflowEntry entry) |
Modifier and Type | Method and Description |
---|---|
Object |
BeanShellRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
Object |
BSFRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
Object |
LocalEJBRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
Object |
RemoteEJBRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
Object |
JNDIRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Copyright © 2021 catworkx GmbH. All rights reserved.