Class CommandContextUtil
- java.lang.Object
-
- com.flowable.template.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends java.lang.Object- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContextgetCommandContext()static com.flowable.core.content.api.CoreContentEngineConfigurationApigetCoreContentEngineConfiguration()static com.flowable.core.content.api.CoreContentEngineConfigurationApigetCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static com.flowable.core.content.api.CoreContentServicegetCoreContentService()static com.flowable.core.content.api.CoreContentServicegetCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateDeploymentManagergetDeploymentManager()static TemplateDeploymentManagergetDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.common.engine.impl.persistence.cache.EntityCachegetEntityCache()static 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)static TemplateDefinitionEntityManagergetTemplateDefinitionEntityManager()static TemplateDefinitionEntityManagergetTemplateDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateDeploymentEntityManagergetTemplateDeploymentEntityManager()static TemplateDeploymentEntityManagergetTemplateDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateEngineConfigurationgetTemplateEngineConfiguration()static TemplateEngineConfigurationgetTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateResourceEntityManagergetTemplateResourceEntityManager()static TemplateResourceEntityManagergetTemplateResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateVariationDefinitionEntityManagergetTemplateVariationDefinitionEntityManager()static TemplateVariationDefinitionEntityManagergetTemplateVariationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration()
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTemplateDeploymentEntityManager
public static TemplateDeploymentEntityManager getTemplateDeploymentEntityManager()
-
getTemplateDeploymentEntityManager
public static TemplateDeploymentEntityManager getTemplateDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTemplateDefinitionEntityManager
public static TemplateDefinitionEntityManager 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
public static TemplateResourceEntityManager getTemplateResourceEntityManager()
-
getTemplateResourceEntityManager
public static TemplateResourceEntityManager getTemplateResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getDeploymentManager
public static TemplateDeploymentManager 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
public static com.flowable.core.content.api.CoreContentService getCoreContentService()
-
getCoreContentService
public static com.flowable.core.content.api.CoreContentService getCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getCoreContentEngineConfiguration
public static com.flowable.core.content.api.CoreContentEngineConfigurationApi getCoreContentEngineConfiguration()
-
getCoreContentEngineConfiguration
public static com.flowable.core.content.api.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)
-
-