public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
getCommandContext() |
static ContentEngineConfiguration |
getContentEngineConfiguration() |
static ContentEngineConfiguration |
getContentEngineConfiguration(CommandContext commandContext) |
static ContentItemEntityManager |
getContentItemEntityManager() |
static ContentItemEntityManager |
getContentItemEntityManager(CommandContext commandContext) |
static DbSqlSession |
getDbSqlSession() |
static DbSqlSession |
getDbSqlSession(CommandContext commandContext) |
static TableDataManager |
getTableDataManager() |
static TableDataManager |
getTableDataManager(CommandContext commandContext) |
public static ContentEngineConfiguration getContentEngineConfiguration()
public static ContentEngineConfiguration getContentEngineConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static TableDataManager getTableDataManager()
public static TableDataManager getTableDataManager(CommandContext commandContext)
public static ContentItemEntityManager getContentItemEntityManager()
public static ContentItemEntityManager getContentItemEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2019 Flowable. All rights reserved.