Class NativeProcessInstanceQueryImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery

        org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
    • Field Summary

      • Fields inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery

        commandContext, commandExecutor
      • Fields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery

        firstResult, maxResults, parameters, resultType, sqlStatement
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String,​Object> parameterMap)  
      List<ProcessInstance> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String,​Object> parameterMap)  
      • Methods inherited from class org.flowable.common.engine.impl.query.AbstractNativeQuery

        count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
      • Methods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery

        generateParameterMap, getParameters
      • Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery

        count, list, listPage, parameter, singleResult, sql
    • Constructor Detail

      • NativeProcessInstanceQueryImpl

        public NativeProcessInstanceQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • NativeProcessInstanceQueryImpl

        public NativeProcessInstanceQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)