Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
-
Uses of DeviceEntity in com.flowable.engage.engine.impl.notification.push.cmd
Methods in com.flowable.engage.engine.impl.notification.push.cmd that return DeviceEntity Modifier and Type Method Description DeviceEntity
EnableDeviceCmd. execute(CommandContext commandContext)
DeviceEntity
RegisterDeviceCmd. execute(CommandContext commandContext)
-
Uses of DeviceEntity in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement DeviceEntity Modifier and Type Class Description class
DeviceEntityImpl
-
Uses of DeviceEntity in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return DeviceEntity Modifier and Type Method Description DeviceEntity
MybatisDeviceDataManager. create()
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type DeviceEntity Modifier and Type Method Description Class<? extends DeviceEntity>
MybatisDeviceDataManager. getManagedEntityClass()
-