Class CommandContextUtil
java.lang.Object
com.flowable.engage.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description static com.flowable.action.engine.ActionEngineConfiguration
getActionEngineConfiguration()
static com.flowable.action.engine.ActionEngineConfiguration
getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ArchiveConversationEventEntityManager
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
getCommandContext()
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)
static ConversationDefinitionEntityManager
getConversationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConversationEntityManager
getConversationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConversationPermissionService
getConversationPermissionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConversationRegistryEntryEntityManager
getConversationRegistryEntryEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConversationService
getConversationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConversationStatusEntityManager
getConversationStatusEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static java.util.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
getEngageEngineConfiguration()
static EngageEngineConfiguration
getEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static EngageIndexingScheduler
getEngageIndexingScheduler()
static EngageIndexingScheduler
getEngageIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static com.flowable.core.idm.api.PlatformIdmEngineConfigurationApi
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
getProcessEngineConfiguration()
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 com.flowable.template.engine.TemplateEngineConfiguration
getTemplateEngineConfiguration()
static com.flowable.template.engine.TemplateEngineConfiguration
getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TemporaryMessageEntityManager
getTemporaryMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static com.flowable.core.idm.api.UserAccountService
getUserAccountService()
static com.flowable.core.idm.api.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 java.util.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
public static com.flowable.action.engine.ActionEngineConfiguration getActionEngineConfiguration() -
getActionEngineConfiguration
public static com.flowable.action.engine.ActionEngineConfiguration getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTemplateEngineConfiguration
public static com.flowable.template.engine.TemplateEngineConfiguration getTemplateEngineConfiguration() -
getTemplateEngineConfiguration
public static com.flowable.template.engine.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 com.flowable.core.idm.api.UserAccountService getUserAccountService() -
getUserAccountService
public static com.flowable.core.idm.api.UserAccountService getUserAccountService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
public static com.flowable.core.idm.api.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)
-