Class CommandContextUtil
java.lang.Object
com.flowable.engage.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfiguration
static ActionEngineConfiguration
getActionEngineConfiguration
(CommandContext commandContext) getArchiveConversationEventEntityManager
(CommandContext commandContext) static ArchiveJobEventEntityManager
getArchiveJobEventEntityManager
(CommandContext commandContext) static CommandContext
getContentEngineConfiguration
(CommandContext commandContext) static ContentService
getContentService
(CommandContext commandContext) getConversationDefinitionEntityManager
(CommandContext commandContext) static ConversationEntityManager
getConversationEntityManager
(CommandContext commandContext) getConversationPermissionService
(CommandContext commandContext) getConversationRegistryEntryEntityManager
(CommandContext commandContext) static ConversationService
getConversationService
(CommandContext commandContext) getConversationStatusEntityManager
(CommandContext commandContext) static List<ConversationTagProvider>
getConversationTagProviders
(CommandContext commandContext) static DeskService
getDeskService
(CommandContext commandContext) static DeviceEntityManager
getDeviceEntityManager
(CommandContext commandContext) static DmnDecisionService
getDmnDecisionService
(CommandContext commandContext) static DmnEngineConfigurationApi
getDmnEngineConfiguration
(CommandContext commandContext) static EngageEngineConfiguration
static EngageEngineConfiguration
getEngageEngineConfiguration
(CommandContext commandContext) static EngageIndexingScheduler
static EngageIndexingScheduler
getEngageIndexingScheduler
(CommandContext commandContext) getIdmEngineConfiguration
(CommandContext commandContext) static MessageEntityManager
getMessageEntityManager
(CommandContext commandContext) static MessageService
getMessageService
(CommandContext commandContext) static ProcessEngineConfiguration
static ProcessEngineConfiguration
getProcessEngineConfiguration
(CommandContext commandContext) static ReactionEntityManager
getReactionEntityManager
(CommandContext commandContext) static TemplateEngineConfiguration
static TemplateEngineConfiguration
getTemplateEngineConfiguration
(CommandContext commandContext) getTemporaryMessageEntityManager
(CommandContext commandContext) static UserAccountService
static UserAccountService
getUserAccountService
(CommandContext commandContext) static UserAnalyticsEntityManager
getUserAnalyticsEntityManager
(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)
-