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) |
Modifier and Type | Method and Description |
---|---|
List<HistoricDecisionInstance> |
execute(CommandContext commandContext) |
protected Date evaluatedAfter
protected Date evaluatedAt
protected int maxResults
public List<HistoricDecisionInstance> execute(CommandContext commandContext)
execute
in interface Command<List<HistoricDecisionInstance>>
Copyright © 2022. All rights reserved.