Uses of Interface
org.flowable.engine.impl.persistence.entity.CommentEntityManager
Packages that use CommentEntityManager
Package
Description
-
Uses of CommentEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as CommentEntityManagerModifier and TypeFieldDescriptionprotected CommentEntityManager
ProcessEngineConfigurationImpl.commentEntityManager
Methods in org.flowable.engine.impl.cfg that return CommentEntityManagerMethods in org.flowable.engine.impl.cfg with parameters of type CommentEntityManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommentEntityManager
(CommentEntityManager commentEntityManager) -
Uses of CommentEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return CommentEntityManagerModifier and TypeMethodDescriptionprotected CommentEntityManager
AbstractManager.getCommentEntityManager()
-
Uses of CommentEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement CommentEntityManager -
Uses of CommentEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CommentEntityManagerModifier and TypeMethodDescriptionstatic CommentEntityManager
CommandContextUtil.getCommentEntityManager()
static CommentEntityManager
CommandContextUtil.getCommentEntityManager
(CommandContext commandContext)