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