Class NativeWorkObjectDeploymentQueryImpl

java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,​U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeWorkObjectDeploymentQuery,​WorkObjectDeployment>
com.flowable.workobject.engine.impl.NativeWorkObjectDeploymentQueryImpl
All Implemented Interfaces:
NativeWorkObjectDeploymentQuery, java.io.Serializable, org.flowable.common.engine.api.query.NativeQuery<NativeWorkObjectDeploymentQuery,​WorkObjectDeployment>, org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>

public class NativeWorkObjectDeploymentQueryImpl
extends org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeWorkObjectDeploymentQuery,​WorkObjectDeployment>
implements NativeWorkObjectDeploymentQuery
See Also:
Serialized Form
  • 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
  • Constructor Summary

    Constructors 
    Constructor Description
    NativeWorkObjectDeploymentQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    NativeWorkObjectDeploymentQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
  • Method Summary

    Modifier and Type Method Description
    long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Map<java.lang.String,​java.lang.Object> parameterMap)  
    java.util.List<WorkObjectDeployment> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Map<java.lang.String,​java.lang.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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.api.query.NativeQuery

    count, list, listPage, parameter, singleResult, sql