Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.CommentEntityManager
Packages that use CommentEntityManager
Package
Description
-
Uses of CommentEntityManager in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement CommentEntityManagerFields in com.flowable.platform.engine.impl.persistence.entity declared as CommentEntityManagerModifier and TypeFieldDescriptionprotected CommentEntityManager
PlatformEntityManagers.commentEntityManager
Methods in com.flowable.platform.engine.impl.persistence.entity that return CommentEntityManagerMethods in com.flowable.platform.engine.impl.persistence.entity with parameters of type CommentEntityManagerModifier and TypeMethodDescriptionvoid
PlatformEntityManagers.setCommentEntityManager
(CommentEntityManager commentEntityManager) -
Uses of CommentEntityManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return CommentEntityManagerModifier and TypeMethodDescriptionstatic CommentEntityManager
CommandContextUtil.getCommentEntityManager
(CommandContext commandContext)