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