Uses of Interface
com.flowable.platform.api.comment.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.flowable.platform.api.comment
Methods in com.flowable.platform.api.comment that return CommentModifier and TypeMethodDescriptionCommentBuilder.create()CommentService.updateComment(String commentId, String content) Methods in com.flowable.platform.api.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentService.findByScopeIdAndScopeType(String scopeId, String scopeType) Methods in com.flowable.platform.api.comment with parameters of type CommentModifier and TypeMethodDescriptionvoidCommentEventListener.commentCreated(Comment comment) voidCommentEventListener.commentDeleted(Comment comment) voidCommentEventListener.commentUpdated(Comment comment) -
Uses of Comment in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return CommentModifier and TypeMethodDescriptionCreateCommentCmd.execute(CommandContext commandContext) FindCommentById.execute(CommandContext commandContext) Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type Comment -
Uses of Comment in com.flowable.platform.engine.impl.comment
Methods in com.flowable.platform.engine.impl.comment that return CommentModifier and TypeMethodDescriptionCommentBuilderImpl.create()CommentServiceImpl.updateComment(String commentId, String content) Methods in com.flowable.platform.engine.impl.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentQueryImpl.executeList(CommandContext commandContext) CommentServiceImpl.findByScopeIdAndScopeType(String scopeId, String scopeType) -
Uses of Comment in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of Comment in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement CommentMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type CommentModifier 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
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type CommentModifier 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
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionMyBatisCommentDataManager.findByCriteria(CommentQueryImpl commentQuery) MyBatisCommentDataManager.findCommentEntityByUserId(String userId) MyBatisCommentDataManager.findCommentsByScopeIdAndType(String scopeId, String scopeType) -
Uses of Comment in com.flowable.platform.service
Constructors in com.flowable.platform.service with parameters of type Comment -
Uses of Comment in com.flowable.platform.service.comment
Methods in com.flowable.platform.service.comment that return CommentMethods in com.flowable.platform.service.comment with parameters of type CommentModifier and TypeMethodDescriptionvoidPlatformCommentService.deleteComment(Comment comment, String scopeId, String scopeType) PlatformCommentService.updateComment(Comment comment, String scopeId, String scopeType, String updatedContent) Method parameters in com.flowable.platform.service.comment with type arguments of type CommentModifier and TypeMethodDescriptionprotected List<CommentInstanceRepresentation>PlatformCommentService.commentMapper(List<Comment> comments)