Class EnableDeviceCmd

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 java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<DeviceEntity>
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.lang.String tenantId  
    protected java.lang.String userId  
  • Constructor Summary

    Constructors 
    Constructor Description
    EnableDeviceCmd​(java.lang.String id, java.lang.String userId, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    DeviceEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected final java.lang.String id
    • userId

      protected final java.lang.String userId
    • tenantId

      protected final java.lang.String tenantId
  • Constructor Details

    • EnableDeviceCmd

      public EnableDeviceCmd​(java.lang.String id, java.lang.String userId, java.lang.String tenantId)
  • 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>