| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
AbstractWorkflowAutomatedAction.perform(WorkflowAction action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
GeneratedPrintManager.getPrintJobDecision(Reply item)
Generated method - Getter of the
Reply.printJobDecision attribute. |
WorkflowDecision |
GeneratedPrintManager.getPrintJobDecision(SessionContext ctx,
Reply item)
Generated method - Getter of the
Reply.printJobDecision attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPrintManager.setPrintJobDecision(Reply item,
WorkflowDecision value)
Generated method - Setter of the
Reply.printJobDecision attribute. |
void |
GeneratedPrintManager.setPrintJobDecision(SessionContext ctx,
Reply item,
WorkflowDecision value)
Generated method - Setter of the
Reply.printJobDecision attribute. |
| 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(Map attributeValues) |
WorkflowDecision |
GeneratedWorkflowManager.createWorkflowDecision(SessionContext ctx,
Map attributeValues) |
protected WorkflowDecision |
WorkflowTest.getDecision(String code,
WorkflowAction action)
Gets the decision with given code from test workflow instance.
|
WorkflowDecision |
WorkflowAction.getDecisionByName(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 |
WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowAction action) |
WorkflowDecision |
AutomatedWorkflowTemplateJob.perform(WorkflowAction action)
Deprecated.
execution method for the automated workflow job
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowDecision> |
GeneratedWorkflowAction.getDecisions()
Generated method - Getter of the
WorkflowAction.decisions attribute. |
Collection<WorkflowDecision> |
GeneratedWorkflowAction.getDecisions(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.decisions attribute. |
Collection<WorkflowDecision> |
GeneratedWorkflowAction.getIncomingDecisions()
Generated method - Getter of the
WorkflowAction.incomingDecisions attribute. |
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,
List<WorkflowAction> workflowActions,
WorkflowDecision newDecision)
Deprecated.
Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.
|
Collection<Link> |
WorkflowManager.getLinks(WorkflowDecision decision,
AbstractWorkflowAction action)
Deprecated.
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(Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.decisions attribute. |
void |
GeneratedWorkflowAction.setDecisions(SessionContext ctx,
Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.decisions attribute. |
void |
GeneratedWorkflowAction.setIncomingDecisions(Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.incomingDecisions attribute. |
void |
GeneratedWorkflowAction.setIncomingDecisions(SessionContext ctx,
Collection<WorkflowDecision> value)
Generated method - Setter of the
WorkflowAction.incomingDecisions attribute. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
DeprecatedWorkflowAction.perform(WorkflowAction action) |
Copyright © 2017 SAP SE. All Rights Reserved.