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
| Constructor and Description |
|---|
NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap) |
List<org.flowable.form.api.FormDefinition> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sqlgenerateParameterMap, getParameterspublic NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public NativeFormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public List<org.flowable.form.api.FormDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String,Object> parameterMap)
executeList in class org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
Map<String,Object> parameterMap)
executeCount in class org.flowable.common.engine.impl.query.AbstractNativeQuery<org.flowable.form.api.NativeFormDefinitionQuery,org.flowable.form.api.FormDefinition>Copyright © 2019. All rights reserved.