Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.CommentEntity
Packages that use CommentEntity
Package
Description
-
Uses of CommentEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return CommentEntity -
Uses of CommentEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement CommentEntity -
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 CommentEntityMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionClass<? 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 CommentEntityModifier and TypeMethodDescriptionbooleanCommentsByScopeAndTypeMatcher.isRetained(CommentEntity entity, Object parameter) booleanCommentsByUserIdTypeMatcher.isRetained(CommentEntity entity, Object parameter)