Uses of Interface
org.flowable.engine.impl.persistence.entity.data.CommentDataManager
Packages that use CommentDataManager
Package
Description
-
Uses of CommentDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as CommentDataManagerModifier and TypeFieldDescriptionprotected CommentDataManager
ProcessEngineConfigurationImpl.commentDataManager
Methods in org.flowable.engine.impl.cfg that return CommentDataManagerMethods in org.flowable.engine.impl.cfg with parameters of type CommentDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommentDataManager
(CommentDataManager commentDataManager) -
Uses of CommentDataManager in org.flowable.engine.impl.persistence.entity
Constructors in org.flowable.engine.impl.persistence.entity with parameters of type CommentDataManagerModifierConstructorDescriptionCommentEntityManagerImpl
(ProcessEngineConfigurationImpl processEngineConfiguration, CommentDataManager commentDataManager) -
Uses of CommentDataManager in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement CommentDataManager