public class DefaultWorkflowActionCommentService extends java.lang.Object implements WorkflowActionCommentService
WorkflowActionCommentService| Constructor and Description |
|---|
DefaultWorkflowActionCommentService() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionCommentModel |
addCommentToAction(java.lang.String commentValue,
WorkflowActionModel action)
Adds comment to action
|
boolean |
isAutomatedComment(WorkflowActionCommentModel comment)
Returns true if comment is automated
|
void |
setModelService(ModelService modelService) |
void |
setUserService(UserService userService) |
void |
setWorkflowService(WorkflowService workflowService) |
public boolean isAutomatedComment(WorkflowActionCommentModel comment)
WorkflowActionCommentServiceisAutomatedComment in interface WorkflowActionCommentServicecomment - commment to testpublic WorkflowActionCommentModel addCommentToAction(java.lang.String commentValue, WorkflowActionModel action)
WorkflowActionCommentServiceaddCommentToAction in interface WorkflowActionCommentServicecommentValue - comment to addaction - action to which comment is addedpublic void setWorkflowService(WorkflowService workflowService)
workflowService - the workflowService to setpublic void setModelService(ModelService modelService)
modelService - the modelService to setpublic void setUserService(UserService userService)
userService - the userService to setCopyright © 2018 SAP SE. All Rights Reserved.