Class RegisterDeviceCmd

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

    Fields 
    Modifier and Type Field Description
    protected DeviceRegistrationImpl deviceRegistration  
  • Constructor Summary

    Constructors 
    Constructor Description
    RegisterDeviceCmd​(DeviceRegistrationImpl deviceRegistration)  
  • 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