Class CommandContextUtil

java.lang.Object
com.flowable.engage.engine.impl.util.CommandContextUtil

public class CommandContextUtil extends Object
Author:
Filip Hrisafov
  • Method Details

    • getCommandContext

      public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
    • getConversationService

      public static ConversationService getConversationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationTagProviders

      public static List<ConversationTagProvider> getConversationTagProviders(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationEntityManager

      public static ConversationEntityManager getConversationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getArchiveConversationEventEntityManager

      public static ArchiveConversationEventEntityManager getArchiveConversationEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getArchiveJobEventEntityManager

      public static ArchiveJobEventEntityManager getArchiveJobEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getUserAnalyticsEntityManager

      public static UserAnalyticsEntityManager getUserAnalyticsEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationDefinitionEntityManager

      public static ConversationDefinitionEntityManager getConversationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationRegistryEntryEntityManager

      public static ConversationRegistryEntryEntityManager getConversationRegistryEntryEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getMessageService

      public static MessageService getMessageService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getMessageEntityManager

      public static MessageEntityManager getMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getReactionEntityManager

      public static ReactionEntityManager getReactionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getTemporaryMessageEntityManager

      public static TemporaryMessageEntityManager getTemporaryMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationStatusEntityManager

      public static ConversationStatusEntityManager getConversationStatusEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getDeviceEntityManager

      public static DeviceEntityManager getDeviceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getConversationPermissionService

      public static ConversationPermissionService getConversationPermissionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getDeskService

      public static DeskService getDeskService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getEngageIndexingScheduler

      public static EngageIndexingScheduler getEngageIndexingScheduler()
    • getEngageIndexingScheduler

      public static EngageIndexingScheduler getEngageIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getEngageEngineConfiguration

      public static EngageEngineConfiguration getEngageEngineConfiguration()
    • getEngageEngineConfiguration

      public static EngageEngineConfiguration getEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getActionEngineConfiguration

      public static ActionEngineConfiguration getActionEngineConfiguration()
    • getActionEngineConfiguration

      public static ActionEngineConfiguration getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getTemplateEngineConfiguration

      public static TemplateEngineConfiguration getTemplateEngineConfiguration()
    • getTemplateEngineConfiguration

      public static TemplateEngineConfiguration getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getProcessEngineConfiguration

      public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration()
    • getProcessEngineConfiguration

      public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getUserAccountService

      public static UserAccountService getUserAccountService()
    • getUserAccountService

      public static UserAccountService getUserAccountService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getIdmEngineConfiguration

      public static PlatformIdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getDmnEngineConfiguration

      public static org.flowable.dmn.api.DmnEngineConfigurationApi getDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getDmnDecisionService

      public static org.flowable.dmn.api.DmnDecisionService getDmnDecisionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getContentService

      public static org.flowable.content.api.ContentService getContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • getContentEngineConfiguration

      public static org.flowable.content.api.ContentEngineConfigurationApi getContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)