| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
AbstractWorkflowAutomatedAction.perform(WorkflowAction action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
AfterWorkflowAction.perform(WorkflowAction action) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<WorkflowDecision> |
GeneratedWorkflowAction.DECISIONSHANDLER
OneToManyHandler for handling 1:n DECISIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
GeneratedWorkflowManager.createWorkflowDecision(java.util.Map attributeValues) |
WorkflowDecision |
GeneratedWorkflowManager.createWorkflowDecision(SessionContext ctx,
java.util.Map attributeValues) |
protected WorkflowDecision |
WorkflowTest.getDecision(java.lang.String code,
WorkflowAction action)
Gets the decision with given code from test workflow instance.
|
WorkflowDecision |
WorkflowAction.getDecisionByName(java.lang.String name)
Deprecated.
Returns the decision with the given name, if this action has no such decision, returns null.
|
WorkflowDecision |
GeneratedWorkflowAction.getSelectedDecision()
Generated method - Getter of the
WorkflowAction.selectedDecision attribute. |
WorkflowDecision |
GeneratedWorkflowAction.getSelectedDecision(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.selectedDecision attribute. |
WorkflowDecision |
WorkflowAutomatedAction.perform(WorkflowAction action)
Deprecated.
|
WorkflowDecision |
AutomatedWorkflowTemplateJob.perform(WorkflowAction action)
Deprecated.
execution method for the automated workflow job
|
WorkflowDecision |
WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowAction action) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowDecision> |
GeneratedWorkflowAction.getDecisions()
Generated method - Getter of the
WorkflowAction.decisions attribute. |
java.util.Collection<WorkflowDecision> |
GeneratedWorkflowAction.getDecisions(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.decisions attribute. |
java.util.Collection<WorkflowDecision> |
GeneratedWorkflowAction.getIncomingDecisions()
Generated method - Getter of the
WorkflowAction.incomingDecisions attribute. |
java.util.Collection<WorkflowDecision> |
GeneratedWorkflowAction.getIncomingDecisions(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.incomingDecisions attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowAction.addToDecisions(SessionContext ctx,
WorkflowDecision value)
Generated method - Adds
value to decisions. |
void |
GeneratedWorkflowAction.addToDecisions(WorkflowDecision value)
Generated method - Adds
value to decisions. |
void |
GeneratedWorkflowAction.addToIncomingDecisions(SessionContext ctx,
WorkflowDecision value)
Generated method - Adds
value to incomingDecisions. |
void |
GeneratedWorkflowAction.addToIncomingDecisions(WorkflowDecision value)
Generated method - Adds
value to incomingDecisions. |
void |
WorkflowTemplate.copyAndConnectionAttribute(WorkflowDecisionTemplate workflowDecisionTemplate,
java.util.List<WorkflowAction> workflowActions,
WorkflowDecision newDecision)
Deprecated.
Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.
|
java.util.Collection<Link> |
WorkflowManager.getLinks(WorkflowDecision decision,
AbstractWorkflowAction action)
Deprecated.
since ages - as of release 4.3, private method in
DefaultWorkflowProcessingService
Uses flexible search for getting all the link from a decision, all the links to an action or a
specific link between a given decision and action. Provide at least on of the following parameters: |
void |
GeneratedWorkflowAction.removeFromDecisions(SessionContext ctx,
WorkflowDecision value)
Generated method - Removes
value from decisions. |
void |
GeneratedWorkflowAction.removeFromDecisions(WorkflowDecision value)
Generated method - Removes
value from decisions. |
void |
GeneratedWorkflowAction.removeFromIncomingDecisions(SessionContext ctx,
WorkflowDecision value)
Generated method - Removes
value from incomingDecisions. |
void |
GeneratedWorkflowAction.removeFromIncomingDecisions(WorkflowDecision value)
Generated method - Removes
value from incomingDecisions. |
void |
GeneratedWorkflowAction.setSelectedDecision(SessionContext ctx,
WorkflowDecision value)
Generated method - Setter of the
WorkflowAction.selectedDecision attribute. |
void |
GeneratedWorkflowAction.setSelectedDecision(WorkflowDecision value)
Generated method - Setter of the
WorkflowAction.selectedDecision attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowAction.setDecisions(java.util.Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.decisions attribute. |
void |
GeneratedWorkflowAction.setDecisions(SessionContext ctx,
java.util.Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.decisions attribute. |
void |
GeneratedWorkflowAction.setIncomingDecisions(java.util.Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.incomingDecisions attribute. |
void |
GeneratedWorkflowAction.setIncomingDecisions(SessionContext ctx,
java.util.Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.incomingDecisions attribute. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
DeprecatedWorkflowAction.perform(WorkflowAction action) |
Copyright © 2018 SAP SE. All Rights Reserved.