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<NativeFormDefinitionQuery,FormDefinition>
com.flowable.form.engine.impl.NativeFormDefinitionQueryImpl
- All Implemented Interfaces:
Serializable,NativeQuery<NativeFormDefinitionQuery,,FormDefinition> Command<Object>,NativeFormDefinitionQuery
public class NativeFormDefinitionQueryImpl
extends AbstractNativeQuery<NativeFormDefinitionQuery,FormDefinition>
implements NativeFormDefinitionQuery
- 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, commandExecutorFields inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
firstResult, maxResults, parameters, resultType, sqlStatement -
Constructor Summary
ConstructorsConstructorDescriptionNativeFormDefinitionQueryImpl(CommandContext commandContext) NativeFormDefinitionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(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, sqlMethods inherited from class org.flowable.common.engine.impl.query.BaseNativeQuery
generateParameterMap, getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, parameter, singleResult, sql
-
Constructor Details
-
NativeFormDefinitionQueryImpl
-
NativeFormDefinitionQueryImpl
-
-
Method Details
-
executeList
public List<FormDefinition> executeList(CommandContext commandContext, Map<String, Object> parameterMap) - Specified by:
executeListin classAbstractNativeQuery<NativeFormDefinitionQuery,FormDefinition>
-
executeCount
- Specified by:
executeCountin classAbstractNativeQuery<NativeFormDefinitionQuery,FormDefinition>
-