Uses of Interface
com.flowable.platform.api.comment.Comment
Package
Description
-
Uses of Comment in com.flowable.platform.api.comment
Modifier and TypeMethodDescriptionCommentBuilder.create()
CommentService.updateComment
(String commentId, String content) Modifier and TypeMethodDescriptionCommentService.findByScopeIdAndScopeType
(String scopeId, String scopeType) Modifier and TypeMethodDescriptionvoid
CommentEventListener.commentCreated
(Comment comment) void
CommentEventListener.commentDeleted
(Comment comment) void
CommentEventListener.commentUpdated
(Comment comment) -
Uses of Comment in com.flowable.platform.engine.impl.cmd
Modifier and TypeMethodDescriptionCreateCommentCmd.execute
(CommandContext commandContext) FindCommentById.execute
(CommandContext commandContext) -
Uses of Comment in com.flowable.platform.engine.impl.comment
Modifier and TypeMethodDescriptionCommentBuilderImpl.create()
CommentServiceImpl.updateComment
(String commentId, String content) Modifier and TypeMethodDescriptionCommentQueryImpl.executeList
(CommandContext commandContext) CommentServiceImpl.findByScopeIdAndScopeType
(String scopeId, String scopeType) -
Uses of Comment in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionCommentEntityManager.findByCriteria
(CommentQuery commentQuery) CommentEntityManagerImpl.findByCriteria
(CommentQuery commentQuery) CommentEntityManager.findByScopeIdAndScopeType
(String scopeId, String scopeType) CommentEntityManagerImpl.findByScopeIdAndScopeType
(String scopeId, String scopeType) CommentEntityManager.findByUserId
(String userId) CommentEntityManagerImpl.findByUserId
(String userId) -
Uses of Comment in com.flowable.platform.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionCommentDataManager.findByCriteria
(CommentQueryImpl commentQuery) CommentDataManager.findCommentEntityByUserId
(String userId) CommentDataManager.findCommentsByScopeIdAndType
(String scopeId, String scopeType) -
Uses of Comment in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMyBatisCommentDataManager.findByCriteria
(CommentQueryImpl commentQuery) MyBatisCommentDataManager.findCommentEntityByUserId
(String userId) MyBatisCommentDataManager.findCommentsByScopeIdAndType
(String scopeId, String scopeType) -
Uses of Comment in com.flowable.platform.service
-
Uses of Comment in com.flowable.platform.service.comment
Modifier and TypeMethodDescriptionvoid
PlatformCommentService.deleteComment
(Comment comment, String scopeId, String scopeType) PlatformCommentService.updateComment
(Comment comment, String scopeId, String scopeType, String updatedContent) Modifier and TypeMethodDescriptionprotected List<CommentInstanceRepresentation>
PlatformCommentService.commentMapper
(List<Comment> comments)