Class RegisterDeviceCmd
java.lang.Object
com.flowable.engage.engine.impl.notification.push.cmd.RegisterDeviceCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>
public class RegisterDeviceCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected DeviceRegistrationImpl
deviceRegistration
-
Constructor Summary
Constructors Constructor Description RegisterDeviceCmd(DeviceRegistrationImpl deviceRegistration)
-
Method Summary
Modifier and Type Method Description DeviceEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
execute
public DeviceEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DeviceEntity>
-