public class GetEventLogEntriesCmd extends Object implements Command<List<EventLogEntry>>
Modifier and Type | Field and Description |
---|---|
protected Long |
pageSize |
protected String |
processInstanceId |
protected Long |
startLogNr |
Constructor and Description |
---|
GetEventLogEntriesCmd() |
GetEventLogEntriesCmd(Long startLogNr,
Long pageSize) |
GetEventLogEntriesCmd(String processInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<EventLogEntry> |
execute(CommandContext commandContext) |
protected String processInstanceId
protected Long startLogNr
protected Long pageSize
public GetEventLogEntriesCmd()
public GetEventLogEntriesCmd(String processInstanceId)
public List<EventLogEntry> execute(CommandContext commandContext)
execute
in interface BaseCommand<List<EventLogEntry>,CommandContext>
execute
in interface Command<List<EventLogEntry>>
Copyright © 2016 Flowable. All rights reserved.