Package org.flowable.engine.impl.context
Class Context
java.lang.Object
org.flowable.engine.impl.context.Context
Quick access methods (only usable when within a command execution) to the current
-
CommandContext
,
- ProcessEngineConfigurationImpl
- TransactionContext
Note that this class is here for backwards compatibility.
Use the engine-independent Context
and CommandContextUtil
when possible.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowableEngineAgenda
static CommandContext
getProcessEngineConfiguration
(CommandContext commandContext) static TransactionContext
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getCommandContext
-
getAgenda
-
getProcessEngineConfiguration
-
getProcessEngineConfiguration
public static ProcessEngineConfigurationImpl getProcessEngineConfiguration(CommandContext commandContext) -
getTransactionContext
-
getFlowable5CompatibilityHandler
-
getFallbackFlowable5CompatibilityHandler
-