org.camunda.bpm.engine.impl
Class NativeHistoricVariableInstanceQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
org.camunda.bpm.engine.impl.NativeHistoricVariableInstanceQueryImpl
- All Implemented Interfaces:
- Serializable, NativeHistoricVariableInstanceQuery, Command<Object>, NativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
public class NativeHistoricVariableInstanceQueryImpl
- extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
- implements NativeHistoricVariableInstanceQuery
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isCustomObjectDeserializationEnabled
protected boolean isCustomObjectDeserializationEnabled
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
NativeHistoricVariableInstanceQueryImpl
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
disableCustomObjectDeserialization
public NativeHistoricVariableInstanceQuery disableCustomObjectDeserialization()
- Description copied from interface:
NativeHistoricVariableInstanceQuery
- Disable deserialization of variable values that are custom objects. By default, the query
will attempt to deserialize the value of these variables. By calling this method you can
prevent such attempts in environments where their classes are not available.
Independent of this setting, variable serialized values are accessible.
- Specified by:
disableCustomObjectDeserialization in interface NativeHistoricVariableInstanceQuery
executeList
public List<HistoricVariableInstance> executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
- Description copied from class:
AbstractNativeQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
executeCount
public long executeCount(CommandContext commandContext,
Map<String,Object> parameterMap)
- Specified by:
executeCount in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>
Copyright © 2017 camunda services GmbH. All rights reserved.