Class CommandContextUtil
java.lang.Object
org.flowable.eventregistry.impl.util.CommandContextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChannelDefinitionEntityManager(CommandContext commandContext) static CommandContextstatic DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static EventDeploymentEntityManagerstatic EventDeploymentEntityManagergetDeploymentEntityManager(CommandContext commandContext) static EventDefinitionEntityManagerstatic EventDefinitionEntityManagergetEventDefinitionEntityManager(CommandContext commandContext) getEventRegistryConfiguration(CommandContext commandContext) static EventRepositoryServicestatic EventResourceEntityManagerstatic EventResourceEntityManagergetResourceEntityManager(CommandContext commandContext) static TableDataManagerstatic TableDataManagergetTableDataManager(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
-