Class CommandContextUtil
java.lang.Object
com.flowable.serviceregistry.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
-
Method Summary
-
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) -
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)
-