Class CommandContextUtil
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends Object
-
-
Method Summary
-
-
-
Method Detail
-
getCommandContext
public static CommandContext getCommandContext()
-
getServiceEngineConfiguration
public static ServiceRegistryEngineConfiguration getServiceEngineConfiguration()
-
getServiceEngineConfiguration
public static ServiceRegistryEngineConfiguration getServiceEngineConfiguration(CommandContext commandContext)
-
getServiceRegistryRepositoryService
public static ServiceRegistryRepositoryService getServiceRegistryRepositoryService()
-
getServiceRegistryRepositoryService
public static ServiceRegistryRepositoryService getServiceRegistryRepositoryService(CommandContext commandContext)
-
getServiceRegistryRuntimeService
public static ServiceRegistryRuntimeService getServiceRegistryRuntimeService()
-
getServiceRegistryRuntimeService
public static ServiceRegistryRuntimeService getServiceRegistryRuntimeService(CommandContext commandContext)
-
getServiceEntityManagers
public static ServiceEntityManagers getServiceEntityManagers()
-
getServiceEntityManagers
public static ServiceEntityManagers getServiceEntityManagers(CommandContext commandContext)
-
getServiceDeploymentEntityManager
public static ServiceDeploymentEntityManager getServiceDeploymentEntityManager()
-
getServiceDeploymentEntityManager
public static ServiceDeploymentEntityManager getServiceDeploymentEntityManager(CommandContext commandContext)
-
getServiceDefinitionEntityManager
public static ServiceDefinitionEntityManager getServiceDefinitionEntityManager()
-
getServiceDefinitionEntityManager
public static ServiceDefinitionEntityManager getServiceDefinitionEntityManager(CommandContext commandContext)
-
-