Class CreateUserAnalyticsCmd

java.lang.Object
com.flowable.engage.analytics.cmd.CreateUserAnalyticsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAnalyticsEntity>

public class CreateUserAnalyticsCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<UserAnalyticsEntity>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Date endTime  
    protected java.util.Date startTime  
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateUserAnalyticsCmd​(java.util.Date startTime, java.util.Date endTime)  
  • Method Summary

    Modifier and Type Method Description
    UserAnalyticsEntity 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

    • startTime

      protected final java.util.Date startTime
    • endTime

      protected final java.util.Date endTime
  • Constructor Details

    • CreateUserAnalyticsCmd

      public CreateUserAnalyticsCmd​(java.util.Date startTime, java.util.Date endTime)
  • Method Details

    • execute

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