Package com.flowable.form.engine.impl
Class NativeFormDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeFormDeploymentQuery,FormDeployment>
com.flowable.form.engine.impl.NativeFormDeploymentQueryImpl
- All Implemented Interfaces:
Serializable
,NativeQuery<NativeFormDeploymentQuery,
,FormDeployment> Command<Object>
,NativeFormDeploymentQuery
public class NativeFormDeploymentQueryImpl
extends AbstractNativeQuery<NativeFormDeploymentQuery,FormDeployment>
implements NativeFormDeploymentQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
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
ConstructorDescriptionNativeFormDeploymentQueryImpl
(CommandContext commandContext) NativeFormDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) executeList
(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 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
-
Constructor Details
-
NativeFormDeploymentQueryImpl
-
NativeFormDeploymentQueryImpl
-
-
Method Details
-
executeList
public List<FormDeployment> executeList(CommandContext commandContext, Map<String, Object> parameterMap) - Specified by:
executeList
in classAbstractNativeQuery<NativeFormDeploymentQuery,
FormDeployment>
-
executeCount
- Specified by:
executeCount
in classAbstractNativeQuery<NativeFormDeploymentQuery,
FormDeployment>
-