Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.CommentEntity
-
Uses of CommentEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return CommentEntity Modifier and Type Method Description CommentEntity
UpdateCommentCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of CommentEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement CommentEntity Modifier and Type Class Description class
PlatformCommentEntityImpl
-
Uses of CommentEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return CommentEntity Modifier and Type Method Description CommentEntity
MyBatisCommentDataManager. create()
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntity Modifier and Type Method Description java.lang.Class<? extends CommentEntity>
MyBatisCommentDataManager. getManagedEntityClass()
-
Uses of CommentEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type CommentEntity Modifier and Type Method Description boolean
CommentsByScopeAndTypeMatcher. isRetained(CommentEntity entity, java.lang.Object parameter)
boolean
CommentsByUserIdTypeMatcher. isRetained(CommentEntity entity, java.lang.Object parameter)