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