| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
B2BAbstractWorkflowAutomatedAction.perform(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel workflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskCellRenderer.doDecideAction(WorkflowActionModel action,
WorkflowDecisionModel decision,
TableModel model,
Component parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskCellRenderer.renderDecisionDropDown(Div actionRowDiv,
Component parent,
TableModel model,
Collection<WorkflowDecisionModel> decisions,
TypedObject task) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
ReplyModel.getPrintJobDecision()
Generated method - Getter of the
Reply.printJobDecision attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyModel.setPrintJobDecision(WorkflowDecisionModel value)
Generated method - Setter of
Reply.printJobDecision attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowDecisionActionSectionRenderer.performAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel selectedDecision)
Deprecated.
since 6.3
|
protected void |
WorkflowDecisionActionSectionRenderer.performAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager wim) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintCollaborationFacade.createReply(AbstractCommentModel abstractComment,
UserModel author,
String text,
WorkflowDecisionModel selectedDecision)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintCollaborationFacade.createReply(AbstractCommentModel abstractComment,
UserModel author,
String text,
WorkflowDecisionModel selectedDecision) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
CommentRepliesPopulator.getSelectedDecision(NoteInfo ctx,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
AbstractPrintServicelayerTest.getDecision(String code,
WorkflowActionModel action)
Gets the decision with given code from test workflow instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action,
WorkflowDecisionModel selDec) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
CollaborationPopupWindow.decideAction(PrintWorkflowStatusDropdown dropdown)
This methods fetches and returns the selected decision from the dropdown of a reply window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintWorkflowDecisionHelper.doDecideAction(WorkflowActionModel action,
WorkflowDecisionModel decision) |
void |
PrintWorkflowStatusDropdown.preselectDecision(WorkflowDecisionModel workflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowProcessingService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Decides an action and assign a decision
|
void |
WorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction)
Sets "andconnection" attribute for links.
|
void |
WorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction)
Sets "orconnection" attribute for links.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWorkflowProcessingService.chosen(WorkflowDecisionModel selDec) |
void |
DefaultWorkflowProcessingService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Decides an action and assign a decision
|
void |
DefaultWorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction) |
void |
DefaultWorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision,
WorkflowActionModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<WorkflowDecisionModel>> decisionsFromActionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
WorkflowTest.getDecision(String code,
WorkflowActionModel action)
Gets the decision with given code from test workflow instance.
|
WorkflowDecisionModel |
WorkflowAutomatedAction.perform(WorkflowActionModel action) |
WorkflowDecisionModel |
WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
WorkflowAutomatedAction.perform(WorkflowActionModel action) |
WorkflowDecisionModel |
AutomatedWorkflowTemplateJob.perform(WorkflowActionModel action)
execution method for the automated workflow job
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
WorkflowActionModel.getSelectedDecision()
Generated method - Getter of the
WorkflowAction.selectedDecision attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowDecisionModel> |
WorkflowActionModel.getDecisions()
Generated method - Getter of the
WorkflowAction.decisions attribute defined at extension workflow. |
Collection<WorkflowDecisionModel> |
WorkflowActionModel.getIncomingDecisions()
Generated method - Getter of the
WorkflowAction.incomingDecisions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionModel.setSelectedDecision(WorkflowDecisionModel value)
Generated method - Setter of
WorkflowAction.selectedDecision attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionModel.setDecisions(Collection<WorkflowDecisionModel> value)
Generated method - Setter of
WorkflowAction.decisions attribute defined at extension workflow. |
void |
WorkflowActionModel.setIncomingDecisions(Collection<WorkflowDecisionModel> value)
Generated method - Setter of
WorkflowAction.incomingDecisions attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
WorkflowDecisionResource.getWorkflowDecisionModel()
Convenience method which just delegates to
#getResourceValue() |
protected WorkflowDecisionModel |
WorkflowDecisionResource.readResource(String resourceId)
Gets the
WorkflowDecisionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowDecisionModel> |
WorkflowDecisionsResource.getWorkflowDecisionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionResource.setWorkflowDecisionModel(WorkflowDecisionModel value)
Convenience method which just delegates to
#setResourceValue(WorkflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDecisionsResource.setWorkflowDecisionsCollection(Collection<WorkflowDecisionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDecisionModel> |
WorkflowService.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
as of release 4.3, please use
WorkflowActionModel.getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Deprecated.
as of release 4.3, please use
WorkflowProcessingService.decideAction(WorkflowActionModel, WorkflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDecisionModel> |
WorkflowServiceImpl.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
as of release 4.3, please use
WorkflowActionModel.getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowServiceImpl.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
DecisionFromDecisionTemplateFactory.create(WorkflowModel root,
WorkflowDecisionTemplateModel workflowDecisionTemplate) |
WorkflowDecisionModel |
DefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper.perform(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDecisionModel> |
DecisionsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionsFromActionTemplateFactory.setDecisionFactory(WorkflowFactory<WorkflowModel,WorkflowDecisionTemplateModel,WorkflowDecisionModel> converter) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action,
WorkflowDecisionModel selDec) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action,
WorkflowDecisionModel selDec) |
Copyright © 2017 SAP SE. All Rights Reserved.