java.lang.Object
org.flowable.common.engine.impl.context.Context

public class Context extends Object
Author:
Tom Baeyens, Daniel Meyer, Joram Barrez
  • Field Details

  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getCommandContext

      public static CommandContext getCommandContext()
    • setCommandContext

      public static void setCommandContext(CommandContext commandContext)
    • removeCommandContext

      public static void removeCommandContext()
    • getTransactionContext

      public static TransactionContext getTransactionContext()
    • setTransactionContext

      public static void setTransactionContext(TransactionContext transactionContext)
    • removeTransactionContext

      public static void removeTransactionContext()
    • getStack

      protected static <T> Stack<T> getStack(ThreadLocal<Stack<T>> threadLocal)