Package com.flowable.form.engine.impl
Class NativeFormDefinitionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>
com.flowable.form.engine.impl.NativeFormDefinitionQueryImpl
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.NativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
,org.flowable.form.api.NativeFormDefinitionQuery
public class NativeFormDefinitionQueryImpl
extends org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>
implements org.flowable.form.api.NativeFormDefinitionQuery
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
NativeFormDefinitionQueryImpl(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<org.flowable.form.api.FormDefinition>
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
-
Constructor Details
-
NativeFormDefinitionQueryImpl
public NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
NativeFormDefinitionQueryImpl
public NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeList
public java.util.List<org.flowable.form.api.FormDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)- Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)- Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>
-