Class CommandContextUtil
java.lang.Object
com.flowable.engage.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionEngineConfigurationstatic ActionEngineConfigurationgetActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getArchiveConversationEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ArchiveJobEventEntityManagergetArchiveJobEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.interceptor.CommandContextstatic org.flowable.content.api.ContentEngineConfigurationApigetContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.content.api.ContentServicegetContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getConversationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ConversationEntityManagergetConversationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getConversationPermissionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getConversationRegistryEntryEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ConversationServicegetConversationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getConversationStatusEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static List<ConversationTagProvider> getConversationTagProviders(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static DeskServicegetDeskService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static DeviceEntityManagergetDeviceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.dmn.api.DmnDecisionServicegetDmnDecisionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.dmn.api.DmnEngineConfigurationApigetDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static EngageEngineConfigurationstatic EngageEngineConfigurationgetEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static EngageIndexingSchedulerstatic EngageIndexingSchedulergetEngageIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static MessageEntityManagergetMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static MessageServicegetMessageService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.engine.ProcessEngineConfigurationstatic org.flowable.engine.ProcessEngineConfigurationgetProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ReactionEntityManagergetReactionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static TemplateEngineConfigurationstatic TemplateEngineConfigurationgetTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getTemporaryMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static UserAccountServicestatic UserAccountServicegetUserAccountService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static UserAnalyticsEntityManagergetUserAnalyticsEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
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
-
getEngageIndexingScheduler
public static EngageIndexingScheduler getEngageIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEngageEngineConfiguration
-
getEngageEngineConfiguration
public static EngageEngineConfiguration getEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionEngineConfiguration
-
getActionEngineConfiguration
public static ActionEngineConfiguration getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
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
-
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)
-