public class OptimizeHistoricDecisionInstanceQueryCmd extends Object implements Command<List<HistoricDecisionInstance>>
| Modifier and Type | Field and Description | 
|---|---|
| protected Date | evaluatedAfter | 
| protected Date | evaluatedAt | 
| protected int | maxResults | 
| Constructor and Description | 
|---|
| OptimizeHistoricDecisionInstanceQueryCmd(Date evaluatedAfter,
                                        Date evaluatedAt,
                                        int maxResults) | 
protected Date evaluatedAfter
protected Date evaluatedAt
protected int maxResults
public List<HistoricDecisionInstance> execute(CommandContext commandContext)
execute in interface Command<List<HistoricDecisionInstance>>Copyright © 2019. All rights reserved.