Uses of Interface
com.flowable.platform.api.comment.Comment
-
Uses of Comment in com.flowable.platform.api.comment
Methods in com.flowable.platform.api.comment that return Comment Modifier and Type Method Description Comment
CommentBuilder. create()
Comment
CommentService. findById(java.lang.String id)
Comment
CommentService. updateComment(java.lang.String commentId, java.lang.String content)
Methods in com.flowable.platform.api.comment that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
CommentService. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
Methods in com.flowable.platform.api.comment with parameters of type Comment Modifier and Type Method Description void
CommentEventListener. commentCreated(Comment comment)
void
CommentEventListener. commentDeleted(Comment comment)
void
CommentEventListener. commentUpdated(Comment comment)
-
Uses of Comment in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return Comment Modifier and Type Method Description Comment
CreateCommentCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Comment
FindCommentById. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
FindByScopeIdAndType. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of Comment in com.flowable.platform.engine.impl.comment
Methods in com.flowable.platform.engine.impl.comment that return Comment Modifier and Type Method Description Comment
CommentBuilderImpl. create()
Comment
CommentServiceImpl. findById(java.lang.String id)
Comment
CommentServiceImpl. updateComment(java.lang.String commentId, java.lang.String content)
Methods in com.flowable.platform.engine.impl.comment that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
CommentQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<Comment>
CommentServiceImpl. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
-
Uses of Comment in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of Comment in com.flowable.platform.engine.impl.persistence.entity Modifier and Type Interface Description interface
CommentEntity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement Comment Modifier and Type Class Description class
PlatformCommentEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
CommentEntityManager. findByCriteria(CommentQuery commentQuery)
java.util.List<Comment>
CommentEntityManagerImpl. findByCriteria(CommentQuery commentQuery)
java.util.List<Comment>
CommentEntityManager. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.util.List<Comment>
CommentEntityManagerImpl. findByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.util.List<Comment>
CommentEntityManager. findByUserId(java.lang.String userId)
java.util.List<Comment>
CommentEntityManagerImpl. findByUserId(java.lang.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 Comment Modifier and Type Method Description java.util.List<Comment>
CommentDataManager. findByCriteria(CommentQueryImpl commentQuery)
java.util.List<Comment>
CommentDataManager. findCommentEntityByUserId(java.lang.String userId)
java.util.List<Comment>
CommentDataManager. findCommentsByScopeIdAndType(java.lang.String scopeId, java.lang.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 Comment Modifier and Type Method Description java.util.List<Comment>
MyBatisCommentDataManager. findByCriteria(CommentQueryImpl commentQuery)
java.util.List<Comment>
MyBatisCommentDataManager. findCommentEntityByUserId(java.lang.String userId)
java.util.List<Comment>
MyBatisCommentDataManager. findCommentsByScopeIdAndType(java.lang.String scopeId, java.lang.String scopeType)
-
Uses of Comment in com.flowable.platform.service
Constructors in com.flowable.platform.service with parameters of type Comment Constructor Description CommentInstanceRepresentation(Comment comment)
-
Uses of Comment in com.flowable.platform.service.comment
Methods in com.flowable.platform.service.comment that return Comment Modifier and Type Method Description Comment
PlatformCommentService. getComment(java.lang.String commentId)
Methods in com.flowable.platform.service.comment with parameters of type Comment Modifier and Type Method Description void
PlatformCommentService. deleteComment(Comment comment, java.lang.String scopeId, java.lang.String scopeType)
CommentInstanceRepresentation
PlatformCommentService. updateComment(Comment comment, java.lang.String scopeId, java.lang.String scopeType, java.lang.String updatedContent)
Method parameters in com.flowable.platform.service.comment with type arguments of type Comment Modifier and Type Method Description protected java.util.List<CommentInstanceRepresentation>
PlatformCommentService. commentMapper(java.util.List<Comment> comments)