Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.DeviceEntityManager
-
Packages that use DeviceEntityManager Package Description com.flowable.engage.engine.impl.persistence.entity com.flowable.engage.engine.impl.util -
-
Uses of DeviceEntityManager in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement DeviceEntityManager Modifier and Type Class Description class
DeviceEntityManagerImpl
Fields in com.flowable.engage.engine.impl.persistence.entity declared as DeviceEntityManager Modifier and Type Field Description protected DeviceEntityManager
EngageEntityManagers. deviceEntityManager
Methods in com.flowable.engage.engine.impl.persistence.entity that return DeviceEntityManager Modifier and Type Method Description DeviceEntityManager
EngageEntityManagers. getDeviceEntityManager()
Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type DeviceEntityManager Modifier and Type Method Description void
EngageEntityManagers. setDeviceEntityManager(DeviceEntityManager deviceEntityManager)
-
Uses of DeviceEntityManager in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return DeviceEntityManager Modifier and Type Method Description static DeviceEntityManager
CommandContextUtil. getDeviceEntityManager(CommandContext commandContext)
-