Package org.activiti.engine.impl.cmd
Class GetEventLogEntriesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetEventLogEntriesCmd
-
- All Implemented Interfaces:
Command<java.util.List<EventLogEntry>>
public class GetEventLogEntriesCmd extends java.lang.Object implements Command<java.util.List<EventLogEntry>>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongpageSizeprotected java.lang.StringprocessInstanceIdprotected java.lang.LongstartLogNr
-
Constructor Summary
Constructors Constructor Description GetEventLogEntriesCmd()GetEventLogEntriesCmd(java.lang.Long startLogNr, java.lang.Long pageSize)GetEventLogEntriesCmd(java.lang.String processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EventLogEntry>execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.util.List<EventLogEntry> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<java.util.List<EventLogEntry>>
-
-