Uses of Interface
org.flowable.engine.impl.persistence.entity.CommentEntityManager
-
Packages that use CommentEntityManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.util -
-
Uses of CommentEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as CommentEntityManager Modifier and Type Field Description protected CommentEntityManagerProcessEngineConfigurationImpl. commentEntityManagerMethods in org.flowable.engine.impl.cfg that return CommentEntityManager Modifier and Type Method Description CommentEntityManagerProcessEngineConfigurationImpl. getCommentEntityManager()Methods in org.flowable.engine.impl.cfg with parameters of type CommentEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommentEntityManager(CommentEntityManager commentEntityManager) -
Uses of CommentEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return CommentEntityManager Modifier and Type Method Description protected CommentEntityManagerAbstractManager. getCommentEntityManager() -
Uses of CommentEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement CommentEntityManager Modifier and Type Class Description classCommentEntityManagerImpl -
Uses of CommentEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CommentEntityManager Modifier and Type Method Description static CommentEntityManagerCommandContextUtil. getCommentEntityManager()static CommentEntityManagerCommandContextUtil. getCommentEntityManager(CommandContext commandContext)
-