Class NativeVariableInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeVariableInstanceQuery,VariableInstance>
org.flowable.variable.service.impl.NativeVariableInstanceQueryImpl
- All Implemented Interfaces:
Serializable,NativeQuery<NativeVariableInstanceQuery,,VariableInstance> Command<Object>,NativeVariableInstanceQuery
public class NativeVariableInstanceQueryImpl
extends AbstractNativeQuery<NativeVariableInstanceQuery,VariableInstance>
implements NativeVariableInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
BaseNativeQuery.ResultType -
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) NativeVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext, Map<String, Object> parameterMap) executeList(CommandContext commandContext, Map<String, Object> parameterMap) Executes the actual query to retrieve the list of results.Methods inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlMethods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Field Details
-
variableServiceConfiguration
-
-
Constructor Details
-
NativeVariableInstanceQueryImpl
public NativeVariableInstanceQueryImpl(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) -
NativeVariableInstanceQueryImpl
public NativeVariableInstanceQueryImpl(CommandExecutor commandExecutor, VariableServiceConfiguration variableServiceConfiguration)
-
-
Method Details
-
executeList
public List<VariableInstance> executeList(CommandContext commandContext, Map<String, Object> parameterMap) Description copied from class:AbstractNativeQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractNativeQuery<NativeVariableInstanceQuery,VariableInstance>
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeVariableInstanceQuery,VariableInstance>
-