Class AppCommandInvoker

java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
com.flowable.app.engine.impl.interceptor.AppCommandInvoker
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.CommandInterceptor

public class AppCommandInvoker
extends org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
Author:
Tijs Rademakers
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor

    next
  • Constructor Summary

    Constructors 
    Constructor Description
    AppCommandInvoker()  
  • Method Summary

    Modifier and Type Method Description
    <T> T execute​(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command)  
    void setNext​(org.flowable.common.engine.impl.interceptor.CommandInterceptor next)  

    Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor

    getNext

    Methods inherited from class java.lang.Object

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

  • Method Details

    • execute

      public <T> T execute​(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command)
    • setNext

      public void setNext​(org.flowable.common.engine.impl.interceptor.CommandInterceptor next)
      Specified by:
      setNext in interface org.flowable.common.engine.impl.interceptor.CommandInterceptor
      Overrides:
      setNext in class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor