Package de.hybris.platform.workflow
Interface WorkflowActionCommentService
- All Known Implementing Classes:
DefaultWorkflowActionCommentService
public interface WorkflowActionCommentService
Service to manipulate comments for workflow actions
-
Method Summary
Modifier and TypeMethodDescriptionaddCommentToAction(String commentValue, WorkflowActionModel action) Adds comment to actionbooleanReturns true if comment is automated
-
Method Details
-
addCommentToAction
Adds comment to action- Parameters:
commentValue- comment to addaction- action to which comment is added- Returns:
- created comment
-
isAutomatedComment
Returns true if comment is automated- Parameters:
comment- commment to test- Returns:
- true if comment is automated, false otherwise
-