public class OptimizeHistoricVariableUpdateQueryCmd extends Object implements Command<List<HistoricVariableUpdate>>
Modifier and Type | Field and Description |
---|---|
protected int |
maxResults |
protected Date |
occurredAfter |
protected Date |
occurredAt |
Constructor and Description |
---|
OptimizeHistoricVariableUpdateQueryCmd(Date occurredAfter,
Date occurredAt,
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 boolean |
isNotByteArrayVariableType(HistoricDetailVariableInstanceUpdateEntity entity) |
protected void |
resolveTypedValues(List<HistoricVariableUpdate> variableUpdates) |
protected Date occurredAfter
protected Date occurredAt
protected int maxResults
public List<HistoricVariableUpdate> execute(CommandContext commandContext)
execute
in interface Command<List<HistoricVariableUpdate>>
protected boolean isNotByteArrayVariableType(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.