Uses of Class
com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
Packages that use EngageDataManagers Package Description com.flowable.engage.engine com.flowable.engage.engine.impl.persistence.entity -
-
Uses of EngageDataManagers in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as EngageDataManagers Modifier and Type Field Description protected EngageDataManagers
EngageEngineConfiguration. dataManagers
Methods in com.flowable.engage.engine that return EngageDataManagers Modifier and Type Method Description EngageDataManagers
EngageEngineConfiguration. getDataManagers()
-
Uses of EngageDataManagers in com.flowable.engage.engine.impl.persistence.entity
Fields in com.flowable.engage.engine.impl.persistence.entity declared as EngageDataManagers Modifier and Type Field Description protected EngageDataManagers
EngageEntityManagers. dataManagers
Constructors in com.flowable.engage.engine.impl.persistence.entity with parameters of type EngageDataManagers Constructor Description EngageEntityManagers(EngageEngineConfiguration configuration, EngageDataManagers dataManagers)
-