Class CommandContextUtil
java.lang.Object
com.flowable.template.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static com.flowable.core.content.api.CoreContentEngineConfigurationApi
getCoreContentEngineConfiguration()
static com.flowable.core.content.api.CoreContentEngineConfigurationApi
getCoreContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static com.flowable.core.content.api.CoreContentService
getCoreContentService()
static com.flowable.core.content.api.CoreContentService
getCoreContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateDeploymentManager
getDeploymentManager()
static TemplateDeploymentManager
getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.identitylink.service.IdentityLinkService
getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.identitylink.service.IdentityLinkServiceConfiguration
getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static com.flowable.core.idm.api.PlatformIdentityService
getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateDefinitionEntityManager
getTemplateDefinitionEntityManager()
static TemplateDefinitionEntityManager
getTemplateDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateDeploymentEntityManager
getTemplateDeploymentEntityManager()
static TemplateDeploymentEntityManager
getTemplateDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateEngineConfiguration
getTemplateEngineConfiguration()
static TemplateEngineConfiguration
getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateResourceEntityManager
getTemplateResourceEntityManager()
static TemplateResourceEntityManager
getTemplateResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemplateVariationDefinitionEntityManager
getTemplateVariationDefinitionEntityManager()
static TemplateVariationDefinitionEntityManager
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) -
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformIdentityService
public static com.flowable.core.idm.api.PlatformIdentityService getPlatformIdentityService(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)
-