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