Interface WorkflowActionCommentService

All Known Implementing Classes:
DefaultWorkflowActionCommentService

public interface WorkflowActionCommentService
Service to manipulate comments for workflow actions
  • Method Details

    • addCommentToAction

      WorkflowActionCommentModel addCommentToAction(String commentValue, WorkflowActionModel action)
      Adds comment to action
      Parameters:
      commentValue - comment to add
      action - action to which comment is added
      Returns:
      created comment
    • isAutomatedComment

      boolean isAutomatedComment(WorkflowActionCommentModel comment)
      Returns true if comment is automated
      Parameters:
      comment - commment to test
      Returns:
      true if comment is automated, false otherwise