public class TaskCellRenderer extends TaskCellRenderer
ACTIONROW_SCLASS, ADD_COMMENT_SCLASS, COMMENT_AUTOMATED_SCLASS, COMMENT_HEADER_SCLASS, COMMENT_SCLASS| Constructor and Description |
|---|
TaskCellRenderer(ColumnConfiguration colConf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecideAction(WorkflowActionModel action,
WorkflowDecisionModel decision,
TableModel model,
Component parent) |
protected B2BRegistrationModel |
getB2BRegistrationModel(WorkflowActionModel action)
Gets the
B2BRegistrationModel instance attached to the WorkflowActionModel |
protected WorkflowAttachmentService |
getWorkflowAttachmentService() |
protected boolean |
isApprovedDecision(WorkflowDecisionModel decision) |
protected boolean |
isB2BRegistrationWorkflowAction(WorkflowActionModel action) |
protected boolean |
isRejectedDecision(WorkflowDecisionModel decision) |
protected void |
showNotification(TableModel model,
Component parent,
java.lang.String message)
Displays a notification to the user with the provided message.
|
protected boolean |
validateApproveDecision(WorkflowActionModel action) |
protected boolean |
validateRejectDecision(WorkflowActionModel action) |
getTypeService, getWorkflowService, render, renderActionRow, renderComments, renderDecisionDropDown, renderGotoItempublic TaskCellRenderer(ColumnConfiguration colConf)
protected void doDecideAction(WorkflowActionModel action, WorkflowDecisionModel decision, TableModel model, Component parent)
doDecideAction in class TaskCellRendererprotected boolean validateRejectDecision(WorkflowActionModel action)
protected boolean validateApproveDecision(WorkflowActionModel action)
protected boolean isRejectedDecision(WorkflowDecisionModel decision)
protected boolean isApprovedDecision(WorkflowDecisionModel decision)
protected boolean isB2BRegistrationWorkflowAction(WorkflowActionModel action)
protected B2BRegistrationModel getB2BRegistrationModel(WorkflowActionModel action)
B2BRegistrationModel instance attached to the WorkflowActionModelaction - The action on which we are taking a decisionprotected void showNotification(TableModel model, Component parent, java.lang.String message)
model - The table modelmessage - The message that we display to the userparent - The parent control of this rendererprotected WorkflowAttachmentService getWorkflowAttachmentService()
RegistryCopyright © 2018 SAP SE. All Rights Reserved.