Class CommandContextUtil
java.lang.Object
com.flowable.serviceregistry.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContext
getPlatformEngineConfiguration
(CommandContext commandContext) getServiceDefinitionEntityManager
(CommandContext commandContext) getServiceDeploymentEntityManager
(CommandContext commandContext) getServiceEngineConfiguration
(CommandContext commandContext) static ServiceEntityManagers
static ServiceEntityManagers
getServiceEntityManagers
(CommandContext commandContext) getServiceRegistryRepositoryService
(CommandContext commandContext) getServiceRegistryRuntimeService
(CommandContext commandContext)
-
Method Details
-
getCommandContext
-
getServiceEngineConfiguration
-
getServiceEngineConfiguration
public static ServiceRegistryEngineConfiguration getServiceEngineConfiguration(CommandContext commandContext) -
getPlatformEngineConfiguration
public static PlatformEngineConfigurationApi getPlatformEngineConfiguration(CommandContext commandContext) -
getServiceRegistryRepositoryService
-
getServiceRegistryRepositoryService
public static ServiceRegistryRepositoryService getServiceRegistryRepositoryService(CommandContext commandContext) -
getServiceRegistryRuntimeService
-
getServiceRegistryRuntimeService
public static ServiceRegistryRuntimeService getServiceRegistryRuntimeService(CommandContext commandContext) -
getServiceEntityManagers
-
getServiceEntityManagers
-
getServiceDeploymentEntityManager
-
getServiceDeploymentEntityManager
public static ServiceDeploymentEntityManager getServiceDeploymentEntityManager(CommandContext commandContext) -
getServiceDefinitionEntityManager
-
getServiceDefinitionEntityManager
public static ServiceDefinitionEntityManager getServiceDefinitionEntityManager(CommandContext commandContext)
-