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.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.identitylink.service.IdentityLinkServicegetIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.identitylink.service.IdentityLinkServiceConfigurationgetIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected static org.flowable.idm.api.IdmEngineConfigurationApigetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static com.flowable.core.idm.api.PlatformIdentityServicegetPlatformIdentityService(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 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)
-