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

  • 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>