Package com.flowable.idm.engine.impl.cmd
Class ExecuteCustomSqlCmd<Mapper,ResultType>
java.lang.Object
com.flowable.idm.engine.impl.cmd.ExecuteCustomSqlCmd<Mapper,ResultType>
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ResultType>
public class ExecuteCustomSqlCmd<Mapper,ResultType>
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<ResultType>
- Author:
- jbarrez
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.common.engine.impl.cmd.CustomSqlExecution<Mapper,ResultType>
customSqlExecution
protected java.lang.Class<Mapper>
mapperClass
-
Constructor Summary
Constructors Constructor Description ExecuteCustomSqlCmd(java.lang.Class<Mapper> mapperClass, org.flowable.common.engine.impl.cmd.CustomSqlExecution<Mapper,ResultType> customSqlExecution)
-
Method Summary
Modifier and Type Method Description ResultType
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
mapperClass
-
customSqlExecution
protected org.flowable.common.engine.impl.cmd.CustomSqlExecution<Mapper,ResultType> customSqlExecution
-
-
Constructor Details
-
ExecuteCustomSqlCmd
public ExecuteCustomSqlCmd(java.lang.Class<Mapper> mapperClass, org.flowable.common.engine.impl.cmd.CustomSqlExecution<Mapper,ResultType> customSqlExecution)
-
-
Method Details
-
execute
public ResultType execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Mapper>
-