public class OptimizeHistoricVariableUpdateQueryCmd extends Object implements Command<List<HistoricVariableUpdate>>
Modifier and Type | Field and Description |
---|---|
protected boolean |
excludeObjectValues |
protected int |
maxResults |
protected Date |
occurredAfter |
protected Date |
occurredAt |
Constructor and Description |
---|
OptimizeHistoricVariableUpdateQueryCmd(Date occurredAfter,
Date occurredAt,
boolean excludeObjectValues,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
List<HistoricVariableUpdate> |
execute(CommandContext commandContext) |
protected List<String> |
getByteArrayIds(List<HistoricVariableUpdate> variableUpdates) |
protected boolean |
isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate variableUpdate) |
protected void |
resolveTypedValues(List<HistoricVariableUpdate> variableUpdates) |
protected boolean |
shouldFetchValue(HistoricDetailVariableInstanceUpdateEntity entity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected Date occurredAfter
protected Date occurredAt
protected boolean excludeObjectValues
protected int maxResults
public List<HistoricVariableUpdate> execute(CommandContext commandContext)
execute
in interface Command<List<HistoricVariableUpdate>>
protected boolean shouldFetchValue(HistoricDetailVariableInstanceUpdateEntity entity)
protected boolean isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate variableUpdate)
protected List<String> getByteArrayIds(List<HistoricVariableUpdate> variableUpdates)
protected void resolveTypedValues(List<HistoricVariableUpdate> variableUpdates)
Copyright © 2022. All rights reserved.