| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowDecisionModel> |
WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowItem |
WorkflowItemModelFactory.create(WorkflowDecisionModel decision)
Creates new
WorkflowItem from the WorkflowDecisionModel |
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissions(WorkflowDecisionModel decision) |
void |
WorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager)
Sets selected decision for given workflow action
|
protected boolean |
WorkflowActionDecisionAction.shouldPerform(WidgetInstanceManager widgetInstanceManager,
WorkflowDecisionModel selectedDecision) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Menuitem |
WorkflowActionDecisionMenuitemRenderer.createDecisionMenuitem(WorkflowDecisionModel workflowDecision) |
protected <any> |
WorkflowActionDecisionMenuitemRenderer.createDecisionOnClickEventListener(WorkflowActionModel workflowAction,
WorkflowDecisionModel workflowDecision,
WidgetInstanceManager widgetInstanceManager) |
protected java.lang.String |
AbstractWorkflowActionDecisionRenderer.getDecisionLabel(WorkflowDecisionModel workflowDecision) |
protected void |
AbstractWorkflowActionDecisionRenderer.makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager) |
| 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,
java.util.Collection<WorkflowDecisionModel> decisions,
TypedObject task) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowDecisionModel> |
WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
WorkflowActionDecisionActionRenderer.hasPermissions(WorkflowDecisionModel decision)
Deprecated.
|
protected boolean |
WorkflowActionDecisionAction.shouldPerform(WidgetInstanceManager widgetInstanceManager,
WorkflowDecisionModel selectedDecision)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowDecisionActionSectionRenderer.performAction(WorkflowActionModel workflowActionModel,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager wim) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
B2BRegistrationTestWorkflowProcessingService.chosen(WorkflowDecisionModel selDec)
The method below calls activates all subsequent automated actions.
|
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
AbstractAutomatedWorkflowTemplateJob.defaultDecision(WorkflowActionModel workflowActionModel)
Use this when there is only ONE decision from a given action!
Gets the next decision and resumes the execution of the workflow UNLESS there are no more decisions in which case
we return null to indicate the end of the workflow
|
WorkflowDecisionModel |
SendEmailAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
SendEmailAutomatedWorkflowTemplateTestJob.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
RegistrationRejectedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
RegistrationApprovedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
DefaultTaskReallocateConsignmentsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel)
Deprecated.
|
WorkflowDecisionModel |
DefaultTaskDeleteCancellationEventsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) |
WorkflowDecisionModel |
DefaultTaskDeleteStockLevelsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecisionModel |
TaskAssignmentShipConsignmentAction.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
TaskAssignmentPackConsignmentAction.perform(WorkflowActionModel workflowAction) |
WorkflowDecisionModel |
TaskAssignmentPickupConsignmentAction.perform(WorkflowActionModel workflowAction) |
| 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,java.util.List<WorkflowDecisionModel>> decisionsFromActionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDecisionModel |
WorkflowTest.getDecision(java.lang.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 |
|---|---|
java.util.Collection<WorkflowDecisionModel> |
WorkflowActionModel.getDecisions()
Generated method - Getter of the
WorkflowAction.decisions attribute defined at extension workflow. |
java.util.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(java.util.Collection<WorkflowDecisionModel> value)
Generated method - Setter of
WorkflowAction.decisions attribute defined at extension workflow. |
void |
WorkflowActionModel.setIncomingDecisions(java.util.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
AbstractResource.getResourceValue() |
protected WorkflowDecisionModel |
WorkflowDecisionResource.readResource(java.lang.String resourceId)
Gets the
WorkflowDecisionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowDecisionModel> |
WorkflowDecisionsResource.getWorkflowDecisionsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<WorkflowDecisionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowDecisionModel> |
WorkflowService.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionModel.getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.decideAction(WorkflowActionModel action,
WorkflowDecisionModel decision)
Deprecated.
since ages - as of release 4.3, please use
WorkflowProcessingService.decideAction(WorkflowActionModel, WorkflowDecisionModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowDecisionModel> |
WorkflowServiceImpl.getDecisionsForAction(WorkflowActionModel action)
Deprecated.
since ages - 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 |
|---|---|
java.util.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 © 2018 SAP SE. All Rights Reserved.