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