Package org.flowable.dmn.engine.impl
Class NativeDecisionTableQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
-
- org.flowable.common.engine.impl.query.AbstractNativeQuery<NativeDecisionQuery,DmnDecision>
-
- org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
-
- All Implemented Interfaces:
Serializable,NativeQuery<NativeDecisionQuery,DmnDecision>,Command<Object>,NativeDecisionQuery
public class NativeDecisionTableQueryImpl extends AbstractNativeQuery<NativeDecisionQuery,DmnDecision> implements NativeDecisionQuery
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description NativeDecisionTableQueryImpl(CommandContext commandContext)NativeDecisionTableQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(CommandContext commandContext, Map<String,Object> parameterMap)List<DmnDecision>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 Detail
-
NativeDecisionTableQueryImpl
public NativeDecisionTableQueryImpl(CommandContext commandContext)
-
NativeDecisionTableQueryImpl
public NativeDecisionTableQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeList
public List<DmnDecision> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeListin classAbstractNativeQuery<NativeDecisionQuery,DmnDecision>
-
executeCount
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
- Specified by:
executeCountin classAbstractNativeQuery<NativeDecisionQuery,DmnDecision>
-
-