Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.CommentEntityManager
-
Packages that use CommentEntityManager Package Description com.flowable.platform.engine.impl.persistence.entity com.flowable.platform.engine.impl.util -
-
Uses of CommentEntityManager in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement CommentEntityManager Modifier and Type Class Description class
CommentEntityManagerImpl
Fields in com.flowable.platform.engine.impl.persistence.entity declared as CommentEntityManager Modifier and Type Field Description protected CommentEntityManager
PlatformEntityManagers. commentEntityManager
Methods in com.flowable.platform.engine.impl.persistence.entity that return CommentEntityManager Modifier and Type Method Description CommentEntityManager
PlatformEntityManagers. getCommentEntityManager()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type CommentEntityManager Modifier and Type Method Description void
PlatformEntityManagers. setCommentEntityManager(CommentEntityManager commentEntityManager)
-
Uses of CommentEntityManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return CommentEntityManager Modifier and Type Method Description static CommentEntityManager
CommandContextUtil. getCommentEntityManager(CommandContext commandContext)
-