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 HistoricIdentityLinkEntityManager |
getHistoricIdentityLinkEntityManager() |
static HistoricIdentityLinkEntityManager |
getHistoricIdentityLinkEntityManager(CommandContext commandContext) |
static IdentityLinkEntityManager |
getIdentityLinkEntityManager() |
static IdentityLinkEntityManager |
getIdentityLinkEntityManager(CommandContext commandContext) |
static IdentityLinkServiceConfiguration |
getIdentityLinkServiceConfiguration() |
static IdentityLinkServiceConfiguration |
getIdentityLinkServiceConfiguration(CommandContext commandContext) |
public static IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration()
public static IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static IdentityLinkEntityManager getIdentityLinkEntityManager()
public static IdentityLinkEntityManager getIdentityLinkEntityManager(CommandContext commandContext)
public static HistoricIdentityLinkEntityManager getHistoricIdentityLinkEntityManager()
public static HistoricIdentityLinkEntityManager getHistoricIdentityLinkEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2019 Flowable. All rights reserved.