Class PlatformCommandContextUtil
java.lang.Object
com.flowable.platform.service.context.PlatformCommandContextUtil
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfigurationApistatic ActionEngineConfigurationApigetActionEngineConfiguration(CommandContext commandContext) static AppEngineConfigurationstatic AppEngineConfigurationgetAppEngineConfiguration(CommandContext commandContext) static CmmnEngineConfigurationstatic CmmnEngineConfigurationgetCmmnEngineConfiguration(CommandContext commandContext) static CommandContextgetContentEngineConfiguration(CommandContext commandContext) static ContentServicegetContentService(CommandContext commandContext) static DmnDecisionServicegetDmnDecisionService(CommandContext commandContext) static DmnEngineConfigurationApigetDmnEngineConfiguration(CommandContext commandContext) getIdmEngineConfiguration(CommandContext commandContext) static PlatformEngineConfigurationstatic PlatformEngineConfigurationgetPlatformEngineConfiguration(CommandContext commandContext) static PlatformIdentityServicestatic PlatformIdentityServicegetPlatformIdentityService(CommandContext commandContext) static ProcessEngineConfigurationstatic ProcessEngineConfigurationgetProcessEngineConfiguration(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)
-