public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
getCommandContext() |
static DbSqlSession |
getDbSqlSession() |
static DbSqlSession |
getDbSqlSession(CommandContext commandContext) |
static EntityLinkEntityManager |
getEntityLinkEntityManager() |
static EntityLinkEntityManager |
getEntityLinkEntityManager(CommandContext commandContext) |
static EntityLinkServiceConfiguration |
getEntityLinkServiceConfiguration() |
static EntityLinkServiceConfiguration |
getEntityLinkServiceConfiguration(CommandContext commandContext) |
static HistoricEntityLinkEntityManager |
getHistoricEntityLinkEntityManager() |
static HistoricEntityLinkEntityManager |
getHistoricEntityLinkEntityManager(CommandContext commandContext) |
public static EntityLinkServiceConfiguration getEntityLinkServiceConfiguration()
public static EntityLinkServiceConfiguration getEntityLinkServiceConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static EntityLinkEntityManager getEntityLinkEntityManager()
public static EntityLinkEntityManager getEntityLinkEntityManager(CommandContext commandContext)
public static HistoricEntityLinkEntityManager getHistoricEntityLinkEntityManager()
public static HistoricEntityLinkEntityManager getHistoricEntityLinkEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2019 Flowable. All rights reserved.