Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.data.ReactionDataManager
-
-
Uses of ReactionDataManager in com.flowable.engage.engine.impl.persistence.entity
Constructors in com.flowable.engage.engine.impl.persistence.entity with parameters of type ReactionDataManager Constructor Description ReactionEntityManagerImpl(EngageEngineConfiguration configuration, ReactionDataManager reactionDataManager)
-
Uses of ReactionDataManager in com.flowable.engage.engine.impl.persistence.entity.data
Fields in com.flowable.engage.engine.impl.persistence.entity.data declared as ReactionDataManager Modifier and Type Field Description protected ReactionDataManager
EngageDataManagers. reactionDataManager
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return ReactionDataManager Modifier and Type Method Description ReactionDataManager
EngageDataManagers. getReactionDataManager()
Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type ReactionDataManager Modifier and Type Method Description void
EngageDataManagers. setReactionDataManager(ReactionDataManager reactionDataManager)
-
Uses of ReactionDataManager in com.flowable.engage.engine.impl.persistence.entity.data.impl
Classes in com.flowable.engage.engine.impl.persistence.entity.data.impl that implement ReactionDataManager Modifier and Type Class Description class
MybatisReactionDataManager
-