Class ExecuteCustomSqlCmd<Mapper,​ResultType>

java.lang.Object
com.flowable.content.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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public ResultType execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Mapper>