Class GetEventLogEntriesCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetEventLogEntriesCmd
All Implemented Interfaces:
Command<List<EventLogEntry>>

public class GetEventLogEntriesCmd extends Object implements Command<List<EventLogEntry>>
Author:
Joram Barrez
  • Field Details

    • processInstanceId

      protected String processInstanceId
    • startLogNr

      protected Long startLogNr
    • pageSize

      protected Long pageSize
  • Constructor Details

    • GetEventLogEntriesCmd

      public GetEventLogEntriesCmd()
    • GetEventLogEntriesCmd

      public GetEventLogEntriesCmd(String processInstanceId)
    • GetEventLogEntriesCmd

      public GetEventLogEntriesCmd(Long startLogNr, Long pageSize)
  • Method Details