Class CommandContextUtil
java.lang.Object
com.flowable.engage.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfigurationstatic ActionEngineConfigurationgetActionEngineConfiguration(CommandContext commandContext) getArchiveConversationEventEntityManager(CommandContext commandContext) static ArchiveJobEventEntityManagergetArchiveJobEventEntityManager(CommandContext commandContext) static CommandContextgetContentEngineConfiguration(CommandContext commandContext) static ContentServicegetContentService(CommandContext commandContext) getConversationDefinitionEntityManager(CommandContext commandContext) static ConversationEntityManagergetConversationEntityManager(CommandContext commandContext) getConversationPermissionService(CommandContext commandContext) getConversationRegistryEntryEntityManager(CommandContext commandContext) static ConversationServicegetConversationService(CommandContext commandContext) getConversationStatusEntityManager(CommandContext commandContext) static List<ConversationTagProvider>getConversationTagProviders(CommandContext commandContext) static DeskServicegetDeskService(CommandContext commandContext) static DeviceEntityManagergetDeviceEntityManager(CommandContext commandContext) static DmnDecisionServicegetDmnDecisionService(CommandContext commandContext) static DmnEngineConfigurationApigetDmnEngineConfiguration(CommandContext commandContext) static EngageEngineConfigurationstatic EngageEngineConfigurationgetEngageEngineConfiguration(CommandContext commandContext) static EngageIndexingSchedulerstatic EngageIndexingSchedulergetEngageIndexingScheduler(CommandContext commandContext) getIdmEngineConfiguration(CommandContext commandContext) static MessageEntityManagergetMessageEntityManager(CommandContext commandContext) static MessageServicegetMessageService(CommandContext commandContext) static ProcessEngineConfigurationstatic ProcessEngineConfigurationgetProcessEngineConfiguration(CommandContext commandContext) static ReactionEntityManagergetReactionEntityManager(CommandContext commandContext) static TemplateEngineConfigurationstatic TemplateEngineConfigurationgetTemplateEngineConfiguration(CommandContext commandContext) getTemporaryMessageEntityManager(CommandContext commandContext) static UserAccountServicestatic UserAccountServicegetUserAccountService(CommandContext commandContext) static UserAnalyticsEntityManagergetUserAnalyticsEntityManager(CommandContext commandContext)
-
Method Details
-
getCommandContext
-
getConversationService
-
getConversationTagProviders
public static List<ConversationTagProvider> getConversationTagProviders(CommandContext commandContext) -
getConversationEntityManager
-
getArchiveConversationEventEntityManager
public static ArchiveConversationEventEntityManager getArchiveConversationEventEntityManager(CommandContext commandContext) -
getArchiveJobEventEntityManager
public static ArchiveJobEventEntityManager getArchiveJobEventEntityManager(CommandContext commandContext) -
getUserAnalyticsEntityManager
public static UserAnalyticsEntityManager getUserAnalyticsEntityManager(CommandContext commandContext) -
getConversationDefinitionEntityManager
public static ConversationDefinitionEntityManager getConversationDefinitionEntityManager(CommandContext commandContext) -
getConversationRegistryEntryEntityManager
public static ConversationRegistryEntryEntityManager getConversationRegistryEntryEntityManager(CommandContext commandContext) -
getMessageService
-
getMessageEntityManager
-
getReactionEntityManager
-
getTemporaryMessageEntityManager
public static TemporaryMessageEntityManager getTemporaryMessageEntityManager(CommandContext commandContext) -
getConversationStatusEntityManager
public static ConversationStatusEntityManager getConversationStatusEntityManager(CommandContext commandContext) -
getDeviceEntityManager
-
getConversationPermissionService
public static ConversationPermissionService getConversationPermissionService(CommandContext commandContext) -
getDeskService
-
getEngageIndexingScheduler
-
getEngageIndexingScheduler
-
getEngageEngineConfiguration
-
getEngageEngineConfiguration
-
getActionEngineConfiguration
-
getActionEngineConfiguration
-
getTemplateEngineConfiguration
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration(CommandContext commandContext) -
getProcessEngineConfiguration
-
getProcessEngineConfiguration
public static ProcessEngineConfiguration getProcessEngineConfiguration(CommandContext commandContext) -
getUserAccountService
-
getUserAccountService
-
getIdmEngineConfiguration
public static PlatformIdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext) -
getDmnEngineConfiguration
-
getDmnDecisionService
-
getContentService
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext)
-