Class CommandContextUtil
java.lang.Object
org.flowable.eventregistry.impl.util.CommandContextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChannelDefinitionEntityManager
(CommandContext commandContext) static CommandContext
static DbSqlSession
static DbSqlSession
getDbSqlSession
(CommandContext commandContext) static EventDeploymentEntityManager
static EventDeploymentEntityManager
getDeploymentEntityManager
(CommandContext commandContext) static EventDefinitionEntityManager
static EventDefinitionEntityManager
getEventDefinitionEntityManager
(CommandContext commandContext) getEventRegistryConfiguration
(CommandContext commandContext) static EventRepositoryService
static EventResourceEntityManager
static EventResourceEntityManager
getResourceEntityManager
(CommandContext commandContext) static TableDataManager
static TableDataManager
getTableDataManager
(CommandContext commandContext)
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getEventRegistryConfiguration
-
getEventRegistryConfiguration
public static EventRegistryEngineConfiguration getEventRegistryConfiguration(CommandContext commandContext) -
getEventRepositoryService
-
getDbSqlSession
-
getDbSqlSession
-
getResourceEntityManager
-
getResourceEntityManager
-
getDeploymentEntityManager
-
getDeploymentEntityManager
public static EventDeploymentEntityManager getDeploymentEntityManager(CommandContext commandContext) -
getEventDefinitionEntityManager
-
getEventDefinitionEntityManager
public static EventDefinitionEntityManager getEventDefinitionEntityManager(CommandContext commandContext) -
getChannelDefinitionEntityManager
-
getChannelDefinitionEntityManager
public static ChannelDefinitionEntityManager getChannelDefinitionEntityManager(CommandContext commandContext) -
getTableDataManager
-
getTableDataManager
-
getCommandContext
-