Modifier and Type | Class and Description |
---|---|
class |
FactoryException |
class |
InvalidEntryStateException |
class |
InvalidInputException
Exception to indicate the user input is invalid.
|
class |
InvalidRoleException
Indicates that the caller did not have enough permissions to perform some action.
|
class |
InvalidWorkflowDescriptorException
Indicates that a Workflow Descriptor was invalid.
|
class |
StoreException |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractWorkflow.canInitialize(String workflowName,
int initialAction,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
Workflow.changeEntryState(long id,
int newState)
Modify the state of the specified workflow instance.
|
void |
AbstractWorkflow.changeEntryState(long id,
int newState) |
protected Step |
AbstractWorkflow.createNewCurrentStep(ResultDescriptor theResult,
WorkflowEntry entry,
WorkflowStore store,
int actionId,
Step currentStep,
long[] previousIds,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
Workflow.doAction(long id,
int actionId,
Map inputs)
Perform an action on the specified workflow instance.
|
void |
AbstractWorkflow.doAction(long id,
int actionId,
Map inputs) |
void |
FunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Execute this function
|
protected void |
AbstractWorkflow.executeFunction(FunctionDescriptor function,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps)
Executes a function.
|
void |
Workflow.executeTriggerFunction(long id,
int triggerId)
Executes a special trigger-function using the context of the given workflow instance id.
|
void |
AbstractWorkflow.executeTriggerFunction(long id,
int triggerId) |
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
|
Condition |
TypeResolver.getCondition(String type,
Map args) |
protected Step |
AbstractWorkflow.getCurrentStep(WorkflowDescriptor wfDesc,
int actionId,
List currentSteps,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps) |
FunctionProvider |
TypeResolver.getFunction(String type,
Map args) |
Register |
TypeResolver.getRegister(String type,
Map args) |
Validator |
TypeResolver.getValidator(String type,
Map args) |
long |
Workflow.initialize(String workflowName,
int initialAction,
Map inputs)
Initializes a workflow so that it can begin processing.
|
long |
AbstractWorkflow.initialize(String workflowName,
int initialAction,
Map inputs) |
protected boolean |
AbstractWorkflow.isActionAvailable(ActionDescriptor action,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps,
int stepId)
check if an action is available or not
|
protected boolean |
AbstractWorkflow.passesCondition(ConditionDescriptor conditionDesc,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps,
int currentStepId) |
boolean |
Condition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Determines if a condition should signal pass or fail.
|
protected boolean |
AbstractWorkflow.passesConditions(ConditionsDescriptor descriptor,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps,
int currentStepId) |
protected boolean |
AbstractWorkflow.passesConditions(String conditionType,
List conditions,
Map transientVars,
com.opensymphony.module.propertyset.PropertySet ps,
int currentStepId) |
protected void |
AbstractWorkflow.populateTransientMap(WorkflowEntry entry,
Map transientVars,
List registers,
Integer actionId,
Collection currentSteps,
com.opensymphony.module.propertyset.PropertySet ps) |
List |
Workflow.query(WorkflowExpressionQuery query)
Query the workflow store for matching instances
|
List |
AbstractWorkflow.query(WorkflowExpressionQuery query) |
List |
Workflow.query(WorkflowQuery query)
Deprecated.
use
Workflow.query(WorkflowExpressionQuery) instead. |
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) |
void |
Validator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Validates the user input.
|
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 | Method and Description |
---|---|
void |
WorkflowRemote.changeEntryState(long id,
int newState) |
void |
WorkflowEJB.changeEntryState(long id,
int newState) |
void |
EJBWorkflow.changeEntryState(long id,
int newState) |
void |
WorkflowRemote.doAction(long id,
int actionId,
Map inputs) |
void |
WorkflowEJB.doAction(long id,
int actionId,
Map inputs) |
void |
EJBWorkflow.doAction(long id,
int actionId,
Map inputs) |
void |
WorkflowRemote.executeTriggerFunction(long id,
int triggerId) |
void |
WorkflowEJB.executeTriggerFunction(long id,
int triggerId) |
void |
EJBWorkflow.executeTriggerFunction(long id,
int triggerId) |
long |
WorkflowRemote.initialize(String workflowName,
int initialAction,
Map inputs) |
long |
WorkflowEJB.initialize(String workflowName,
int initialAction,
Map inputs) |
long |
EJBWorkflow.initialize(String workflowName,
int initialState,
Map inputs) |
List |
WorkflowRemote.query(WorkflowExpressionQuery query) |
List |
EJBWorkflow.query(WorkflowExpressionQuery query) |
List |
EJBWorkflow.query(WorkflowQuery query) |
Constructor and Description |
---|
EJBWorkflow() |
EJBWorkflow(String location) |
Modifier and Type | Method and Description |
---|---|
void |
OfbizWorkflow.changeEntryState(long id,
int newState) |
void |
OfbizWorkflow.doAction(long id,
int actionId,
Map inputs) |
long |
OfbizWorkflow.initialize(String workflowName,
int initialState,
Map inputs) |
Modifier and Type | Method and Description |
---|---|
void |
OfbizSOAPWorkflow.changeEntryState(long id,
int newState) |
void |
BasicSOAPWorkflow.changeEntryState(long id,
int newState) |
void |
OfbizSOAPWorkflow.doAction(long id,
int actionId,
Map inputs) |
void |
BasicSOAPWorkflow.doAction(long id,
int actionId,
Map inputs) |
void |
OfbizSOAPWorkflow.executeTriggerFunction(long id,
int triggerId) |
void |
BasicSOAPWorkflow.executeTriggerFunction(long id,
int triggerId) |
long |
OfbizSOAPWorkflow.initialize(String workflowName,
int initialState,
Map inputs) |
long |
BasicSOAPWorkflow.initialize(String workflowName,
int initialState,
Map inputs) |
List |
OfbizSOAPWorkflow.query(WorkflowExpressionQuery query) |
List |
BasicSOAPWorkflow.query(WorkflowExpressionQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
XWorkExecutor.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
WebWorkExecutor.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
MostRecentOwner.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Condition |
SpringTypeResolver.getCondition(String type,
Map args) |
FunctionProvider |
SpringTypeResolver.getFunction(String type,
Map args) |
Register |
SpringTypeResolver.getRegister(String type,
Map args) |
Validator |
SpringTypeResolver.getValidator(String type,
Map args) |
boolean |
AllowOwnerOfStepCondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Deprecated.
|
void |
WorkflowLocalListener.stateChanged(WorkflowEntry entry) |
void |
WorkflowListener.stateChanged(WorkflowEntry entry) |
void |
WebWorkValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
BeanShellFunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
boolean |
BeanShellCondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
BeanShellRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
BeanShellValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
BSFFunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
boolean |
BSFCondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
BSFRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
BSFValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
LocalEJBFunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
boolean |
LocalEJBCondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
LocalEJBRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
LocalEJBValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteEJBFunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
boolean |
RemoteEJBCondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
RemoteEJBRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
RemoteEJBValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
JNDIFunctionProvider.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
boolean |
JNDICondition.passesCondition(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Object |
JNDIRegister.registerVariable(WorkflowContext context,
WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
JNDIValidator.validate(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Modifier and Type | Method and Description |
---|---|
void |
PublishProjectConfigFunction.execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
Copyright © 2021 catworkx GmbH. All rights reserved.