Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
      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 Detail

      • AppCommandInvoker

        public AppCommandInvoker()
    • Method Detail

      • execute

        public <T> T execute​(org.flowable.common.engine.impl.interceptor.CommandConfig config,
                             org.flowable.common.engine.impl.interceptor.Command<T> command,
                             org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
      • 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