Class PlatformCommandContextUtil
java.lang.Object
com.flowable.platform.service.context.PlatformCommandContextUtil
public class PlatformCommandContextUtil
extends java.lang.Object
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and Type Method Description static ActionEngineConfigurationApigetActionEngineConfiguration()static ActionEngineConfigurationApigetActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static com.flowable.app.engine.AppEngineConfigurationgetAppEngineConfiguration()static com.flowable.app.engine.AppEngineConfigurationgetAppEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.cmmn.engine.CmmnEngineConfigurationgetCmmnEngineConfiguration()static org.flowable.cmmn.engine.CmmnEngineConfigurationgetCmmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.common.engine.impl.interceptor.CommandContextgetCommandContext()static org.flowable.content.api.ContentEngineConfigurationApigetContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.content.api.ContentServicegetContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.dmn.api.DmnEngineConfigurationApigetDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.dmn.api.DmnRuleServicegetDmnRuleService(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)static com.flowable.core.idm.api.PlatformIdmEngineConfigurationApigetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PlatformEngineConfigurationgetPlatformEngineConfiguration()static PlatformEngineConfigurationgetPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static com.flowable.core.idm.api.PlatformIdentityServicegetPlatformIdentityService()static com.flowable.core.idm.api.PlatformIdentityServicegetPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.engine.ProcessEngineConfigurationgetProcessEngineConfiguration()static org.flowable.engine.ProcessEngineConfigurationgetProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TemplateEngineConfigurationApigetTemplateEngineConfiguration()static TemplateEngineConfigurationApigetTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getAppEngineConfiguration
public static com.flowable.app.engine.AppEngineConfiguration getAppEngineConfiguration() -
getAppEngineConfiguration
public static com.flowable.app.engine.AppEngineConfiguration getAppEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionEngineConfiguration
-
getActionEngineConfiguration
public static ActionEngineConfigurationApi getActionEngineConfiguration(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) -
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() -
getPlatformIdentityService
public static com.flowable.core.idm.api.PlatformIdentityService getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
public static com.flowable.core.idm.api.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) -
getDmnRuleService
public static org.flowable.dmn.api.DmnRuleService getDmnRuleService(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)
-