public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static BatchByteArrayEntityManager |
getBatchByteArrayEntityManager() |
static BatchByteArrayEntityManager |
getBatchByteArrayEntityManager(CommandContext commandContext) |
static BatchEntityManager |
getBatchEntityManager() |
static BatchEntityManager |
getBatchEntityManager(CommandContext commandContext) |
static BatchPartEntityManager |
getBatchPartEntityManager() |
static BatchPartEntityManager |
getBatchPartEntityManager(CommandContext commandContext) |
static BatchServiceConfiguration |
getBatchServiceConfiguration() |
static BatchServiceConfiguration |
getBatchServiceConfiguration(CommandContext commandContext) |
static CommandContext |
getCommandContext() |
static DbSqlSession |
getDbSqlSession() |
static DbSqlSession |
getDbSqlSession(CommandContext commandContext) |
public static BatchServiceConfiguration getBatchServiceConfiguration()
public static BatchServiceConfiguration getBatchServiceConfiguration(CommandContext commandContext)
public static DbSqlSession getDbSqlSession()
public static DbSqlSession getDbSqlSession(CommandContext commandContext)
public static BatchEntityManager getBatchEntityManager()
public static BatchEntityManager getBatchEntityManager(CommandContext commandContext)
public static BatchPartEntityManager getBatchPartEntityManager()
public static BatchPartEntityManager getBatchPartEntityManager(CommandContext commandContext)
public static BatchByteArrayEntityManager getBatchByteArrayEntityManager()
public static BatchByteArrayEntityManager getBatchByteArrayEntityManager(CommandContext commandContext)
public static CommandContext getCommandContext()
Copyright © 2020 Flowable. All rights reserved.