java.lang.Object
com.flowable.engage.engine.impl.notification.push.cmd.EnableDeviceCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>

public class EnableDeviceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>
Author:
Filip Hrisafov
  • Field Details

    • id

      protected final String id
    • userId

      protected final String userId
    • tenantId

      protected final String tenantId
  • Constructor Details

  • Method Details

    • execute

      public DeviceEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>