Class EnableDeviceCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.notification.push.cmd.EnableDeviceCmd
-
- All Implemented Interfaces:
Command<DeviceEntity>
public class EnableDeviceCmd extends Object implements Command<DeviceEntity>
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description EnableDeviceCmd(String id, String userId, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceEntity
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public DeviceEntity execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DeviceEntity>
-
-