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