Package | Description |
---|---|
com.opensymphony.workflow | |
com.opensymphony.workflow.loader | |
de.catworkx.jira.plugins.pcp.api |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWorkflow.completeEntry(ActionDescriptor action,
long id,
Collection currentSteps,
int state)
Mark the specified entry as completed, and move all current steps to history.
|
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.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 |
---|---|
ActionDescriptor |
DescriptorFactory.createActionDescriptor() |
ActionDescriptor |
DescriptorFactory.createActionDescriptor(Element action) |
ActionDescriptor |
WorkflowDescriptor.getAction(int id) |
ActionDescriptor |
StepDescriptor.getAction(int id) |
ActionDescriptor |
WorkflowDescriptor.getInitialAction(int id) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDescriptor.addCommonAction(ActionDescriptor descriptor)
Add a common action
|
void |
WorkflowDescriptor.addGlobalAction(ActionDescriptor descriptor)
Add a global action
|
void |
WorkflowDescriptor.addInitialAction(ActionDescriptor descriptor)
Add an initial action
|
boolean |
WorkflowDescriptor.removeAction(ActionDescriptor actionToRemove)
Remove an action from this workflow completely.
|
Modifier and Type | Method and Description |
---|---|
Collection<ActionDescriptor> |
Helper.getGlobalActions(JiraWorkflow workflow)
Gets the global actions.
|
Collection<ActionDescriptor> |
Helper.getInitialActions(JiraWorkflow workflow)
Gets the initial actions.
|
Modifier and Type | Method and Description |
---|---|
Collection<ConditionsDescriptor> |
Helper.getConditions(ActionDescriptor actionDescriptor)
Gets the conditions.
|
@Null FieldScreen |
Helper.getFieldScreen(ActionDescriptor actionDescriptor)
Gets the field screen.
|
Collection<FunctionDescriptor> |
Helper.getPostfunctions(ActionDescriptor actionDescriptor)
Gets the postfunctions.
|
Collection<ValidatorDescriptor> |
Helper.getValidators(ActionDescriptor actionDescriptor)
Gets the validators.
|
Copyright © 2021 catworkx GmbH. All rights reserved.