Class CommentManager

    • Constructor Detail

      • CommentManager

        public CommentManager()
    • Method Detail

      • findCommentsByTaskId

        public java.util.List<Comment> findCommentsByTaskId​(java.lang.String taskId)
      • findEventsByTaskId

        public java.util.List<Event> findEventsByTaskId​(java.lang.String taskId)
      • deleteCommentsByTaskId

        public void deleteCommentsByTaskId​(java.lang.String taskId)
      • deleteCommentsByProcessInstanceIds

        public void deleteCommentsByProcessInstanceIds​(java.util.List<java.lang.String> processInstanceIds)
      • deleteCommentsByTaskProcessInstanceIds

        public void deleteCommentsByTaskProcessInstanceIds​(java.util.List<java.lang.String> processInstanceIds)
      • deleteCommentsByTaskCaseInstanceIds

        public void deleteCommentsByTaskCaseInstanceIds​(java.util.List<java.lang.String> caseInstanceIds)
      • deleteComments

        protected void deleteComments​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
      • findCommentsByProcessInstanceId

        public java.util.List<Comment> findCommentsByProcessInstanceId​(java.lang.String processInstanceId)
      • findCommentByTaskIdAndCommentId

        public CommentEntity findCommentByTaskIdAndCommentId​(java.lang.String taskId,
                                                             java.lang.String commentId)
      • addRemovalTimeToCommentsByRootProcessInstanceId

        public void addRemovalTimeToCommentsByRootProcessInstanceId​(java.lang.String rootProcessInstanceId,
                                                                    java.util.Date removalTime)
      • addRemovalTimeToCommentsByProcessInstanceId

        public void addRemovalTimeToCommentsByProcessInstanceId​(java.lang.String processInstanceId,
                                                                java.util.Date removalTime)
      • deleteCommentsByRemovalTime

        public DbOperation deleteCommentsByRemovalTime​(java.util.Date removalTime,
                                                       int minuteFrom,
                                                       int minuteTo,
                                                       int batchSize)