Class CommandContextUtil
- java.lang.Object
-
- com.flowable.engage.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends Object
- Author:
- Filip Hrisafov
-
-
Method Summary
-
-
-
Method Detail
-
getCommandContext
public static CommandContext getCommandContext()
-
getConversationService
public static ConversationService getConversationService(CommandContext commandContext)
-
getConversationTagProviders
public static List<ConversationTagProvider> getConversationTagProviders(CommandContext commandContext)
-
getConversationEntityManager
public static ConversationEntityManager getConversationEntityManager(CommandContext commandContext)
-
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
public static MessageService getMessageService(CommandContext commandContext)
-
getMessageEntityManager
public static MessageEntityManager getMessageEntityManager(CommandContext commandContext)
-
getReactionEntityManager
public static ReactionEntityManager getReactionEntityManager(CommandContext commandContext)
-
getTemporaryMessageEntityManager
public static TemporaryMessageEntityManager getTemporaryMessageEntityManager(CommandContext commandContext)
-
getConversationStatusEntityManager
public static ConversationStatusEntityManager getConversationStatusEntityManager(CommandContext commandContext)
-
getDeviceEntityManager
public static DeviceEntityManager getDeviceEntityManager(CommandContext commandContext)
-
getConversationPermissionService
public static ConversationPermissionService getConversationPermissionService(CommandContext commandContext)
-
getDeskService
public static DeskService getDeskService(CommandContext commandContext)
-
getEngageIndexingScheduler
public static EngageIndexingScheduler getEngageIndexingScheduler()
-
getEngageIndexingScheduler
public static EngageIndexingScheduler getEngageIndexingScheduler(CommandContext commandContext)
-
getEngageEngineConfiguration
public static EngageEngineConfiguration getEngageEngineConfiguration()
-
getEngageEngineConfiguration
public static EngageEngineConfiguration getEngageEngineConfiguration(CommandContext commandContext)
-
getActionEngineConfiguration
public static ActionEngineConfiguration getActionEngineConfiguration()
-
getActionEngineConfiguration
public static ActionEngineConfiguration getActionEngineConfiguration(CommandContext commandContext)
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration()
-
getTemplateEngineConfiguration
public static TemplateEngineConfiguration getTemplateEngineConfiguration(CommandContext commandContext)
-
getProcessEngineConfiguration
public static ProcessEngineConfiguration getProcessEngineConfiguration()
-
getProcessEngineConfiguration
public static ProcessEngineConfiguration getProcessEngineConfiguration(CommandContext commandContext)
-
getUserAccountService
public static UserAccountService getUserAccountService()
-
getUserAccountService
public static UserAccountService getUserAccountService(CommandContext commandContext)
-
getIdmEngineConfiguration
public static PlatformIdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext)
-
getDmnEngineConfiguration
public static DmnEngineConfigurationApi getDmnEngineConfiguration(CommandContext commandContext)
-
getDmnDecisionService
public static DmnDecisionService getDmnDecisionService(CommandContext commandContext)
-
getContentService
public static ContentService getContentService(CommandContext commandContext)
-
getContentEngineConfiguration
public static ContentEngineConfigurationApi getContentEngineConfiguration(CommandContext commandContext)
-
-