Class PlatformCommandContextUtil
java.lang.Object
com.flowable.platform.service.context.PlatformCommandContextUtil
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfigurationApi
static ActionEngineConfigurationApi
getActionEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AgentEngineConfigurationApi
static AgentEngineConfigurationApi
getAgentEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AppEngineConfiguration
static AppEngineConfiguration
getAppEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.cmmn.engine.CmmnEngineConfiguration
static org.flowable.cmmn.engine.CmmnEngineConfiguration
getCmmnEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.interceptor.CommandContext
static org.flowable.content.api.ContentEngineConfigurationApi
getContentEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.content.api.ContentService
getContentService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.dmn.api.DmnDecisionService
getDmnDecisionService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.dmn.api.DmnEngineConfigurationApi
getDmnEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getIdmEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PlatformEngineConfiguration
static PlatformEngineConfiguration
getPlatformEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PlatformIdentityService
static PlatformIdentityService
getPlatformIdentityService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.engine.ProcessEngineConfiguration
static org.flowable.engine.ProcessEngineConfiguration
getProcessEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemplateEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getAppEngineConfiguration
-
getAppEngineConfiguration
public static AppEngineConfiguration getAppEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionEngineConfiguration
-
getActionEngineConfiguration
public static ActionEngineConfigurationApi getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAgentEngineConfiguration
-
getAgentEngineConfiguration
public static AgentEngineConfigurationApi getAgentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateEngineConfiguration
-
getTemplateEngineConfiguration
public static TemplateEngineConfigurationApi getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getProcessEngineConfiguration
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration() -
getProcessEngineConfiguration
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCmmnEngineConfiguration
public static org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration() -
getCmmnEngineConfiguration
public static org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformEngineConfiguration
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformIdentityService
-
getPlatformIdentityService
public static PlatformIdentityService getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
public static PlatformIdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDmnEngineConfiguration
public static org.flowable.dmn.api.DmnEngineConfigurationApi getDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDmnDecisionService
public static org.flowable.dmn.api.DmnDecisionService getDmnDecisionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentService
public static org.flowable.content.api.ContentService getContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentEngineConfiguration
public static org.flowable.content.api.ContentEngineConfigurationApi getContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-