Class CommandContextUtil
java.lang.Object
com.flowable.template.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.CommandContextgetCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static CoreContentServicestatic CoreContentServicegetCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static TemplateDeploymentManagerstatic TemplateDeploymentManagergetDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.cache.EntityCachestatic org.flowable.common.engine.impl.persistence.cache.EntityCachegetEntityCache(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected static org.flowable.idm.api.IdmEngineConfigurationApigetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemplateDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemplateDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static TemplateEngineConfigurationstatic TemplateEngineConfigurationgetTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemplateResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemplateVariationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getTemplateEngineConfiguration
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateDeploymentEntityManager
-
getTemplateDeploymentEntityManager
public static TemplateDeploymentEntityManager getTemplateDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateDefinitionEntityManager
-
getTemplateDefinitionEntityManager
public static TemplateDefinitionEntityManager getTemplateDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateVariationDefinitionEntityManager
public static TemplateVariationDefinitionEntityManager getTemplateVariationDefinitionEntityManager() -
getTemplateVariationDefinitionEntityManager
public static TemplateVariationDefinitionEntityManager getTemplateVariationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateResourceEntityManager
-
getTemplateResourceEntityManager
public static TemplateResourceEntityManager getTemplateResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDeploymentManager
-
getDeploymentManager
public static TemplateDeploymentManager getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
protected static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCoreContentService
-
getCoreContentService
public static CoreContentService getCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCoreContentEngineConfiguration
-
getCoreContentEngineConfiguration
public static CoreContentEngineConfigurationApi getCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEntityCache
public static org.flowable.common.engine.impl.persistence.cache.EntityCache getEntityCache() -
getEntityCache
public static org.flowable.common.engine.impl.persistence.cache.EntityCache getEntityCache(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-