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