public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static VariableByteArrayEntityManager |
getByteArrayEntityManager() |
static VariableByteArrayEntityManager |
getByteArrayEntityManager(CommandContext commandContext) |
static CommandContext |
getCommandContext() |
static DbSqlSession |
getDbSqlSession() |
static DbSqlSession |
getDbSqlSession(CommandContext commandContext) |
static ExpressionManager |
getExpressionManager() |
static HistoricVariableInstanceEntityManager |
getHistoricVariableInstanceEntityManager() |
static HistoricVariableInstanceEntityManager |
getHistoricVariableInstanceEntityManager(CommandContext commandContext) |
static VariableInstanceEntityManager |
getVariableInstanceEntityManager() |
static VariableInstanceEntityManager |
getVariableInstanceEntityManager(CommandContext commandContext) |
static VariableServiceConfiguration |
getVariableServiceConfiguration() |
static VariableServiceConfiguration |
getVariableServiceConfiguration(CommandContext commandContext) |
public static VariableServiceConfiguration getVariableServiceConfiguration()
public static VariableServiceConfiguration getVariableServiceConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static VariableInstanceEntityManager getVariableInstanceEntityManager()
public static VariableInstanceEntityManager getVariableInstanceEntityManager(CommandContext commandContext)
public static VariableByteArrayEntityManager getByteArrayEntityManager()
public static VariableByteArrayEntityManager getByteArrayEntityManager(CommandContext commandContext)
public static HistoricVariableInstanceEntityManager getHistoricVariableInstanceEntityManager()
public static HistoricVariableInstanceEntityManager getHistoricVariableInstanceEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
public static ExpressionManager getExpressionManager()
Copyright © 2018 Flowable. All rights reserved.