public abstract class AbstractWorkflowActionDecisionRenderer<PARENT,CONFIG,DATA>
extends <any>
| Constructor and Description |
|---|
AbstractWorkflowActionDecisionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDecisionLabel(WorkflowDecisionModel workflowDecision) |
protected LabelService |
getLabelService() |
protected DefaultWorkflowDecisionMaker |
getWorkflowDecisionMaker() |
protected void |
makeDecision(WorkflowActionModel workflowAction,
WorkflowDecisionModel selectedDecision,
WidgetInstanceManager widgetInstanceManager) |
void |
setLabelService(LabelService labelService) |
void |
setWorkflowDecisionMaker(DefaultWorkflowDecisionMaker workflowDecisionMaker) |
public AbstractWorkflowActionDecisionRenderer()
protected void makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, WidgetInstanceManager widgetInstanceManager)
protected java.lang.String getDecisionLabel(WorkflowDecisionModel workflowDecision)
protected LabelService getLabelService()
public void setLabelService(LabelService labelService)
protected DefaultWorkflowDecisionMaker getWorkflowDecisionMaker()
public void setWorkflowDecisionMaker(DefaultWorkflowDecisionMaker workflowDecisionMaker)
Copyright © 2018 SAP SE. All Rights Reserved.