public class OptimizeCompletedHistoricProcessInstanceQueryCmd extends Object implements Command<List<HistoricProcessInstance>>
Modifier and Type | Field and Description |
---|---|
protected Date |
finishedAfter |
protected Date |
finishedAt |
protected int |
maxResults |
Constructor and Description |
---|
OptimizeCompletedHistoricProcessInstanceQueryCmd(Date finishedAfter,
Date finishedAt,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
List<HistoricProcessInstance> |
execute(CommandContext commandContext) |
protected Date finishedAfter
protected Date finishedAt
protected int maxResults
public List<HistoricProcessInstance> execute(CommandContext commandContext)
execute
in interface Command<List<HistoricProcessInstance>>
Copyright © 2022. All rights reserved.