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 ReactionDataManagerEngageDataManagers. reactionDataManagerMethods in com.flowable.engage.engine.impl.persistence.entity.data that return ReactionDataManager Modifier and Type Method Description ReactionDataManagerEngageDataManagers. getReactionDataManager()Methods in com.flowable.engage.engine.impl.persistence.entity.data with parameters of type ReactionDataManager Modifier and Type Method Description voidEngageDataManagers. 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 classMybatisReactionDataManager
-