public class CommandContextUtil extends Object
| Modifier and Type | Method and 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 EngageIndexingScheduler | getConversationIndexingScheduler() | 
| static EngageIndexingScheduler | getConversationIndexingScheduler(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 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.DmnEngineConfigurationApi | getDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| static org.flowable.dmn.api.DmnRuleService | getDmnRuleService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| static EngageEngineConfiguration | getEngageEngineConfiguration() | 
| static EngageEngineConfiguration | getEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| static org.flowable.identitylink.service.IdentityLinkService | getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
| static org.flowable.identitylink.service.IdentityLinkServiceConfiguration | getIdentityLinkServiceConfiguration(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 org.flowable.job.service.JobService | getJobService(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 com.flowable.core.idm.api.PlatformIdentityService | getPlatformIdentityService() | 
| static com.flowable.core.idm.api.PlatformIdentityService | getPlatformIdentityService(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) | 
| static org.flowable.variable.service.VariableService | getVariableService() | 
| static org.flowable.variable.service.VariableService | getVariableService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
public static ConversationService getConversationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static List<ConversationTagProvider> getConversationTagProviders(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ConversationEntityManager getConversationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ArchiveConversationEventEntityManager getArchiveConversationEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ArchiveJobEventEntityManager getArchiveJobEventEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static UserAnalyticsEntityManager getUserAnalyticsEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ConversationDefinitionEntityManager getConversationDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ConversationRegistryEntryEntityManager getConversationRegistryEntryEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static MessageService getMessageService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static MessageEntityManager getMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ReactionEntityManager getReactionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static TemporaryMessageEntityManager getTemporaryMessageEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ConversationStatusEntityManager getConversationStatusEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static DeviceEntityManager getDeviceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static ConversationPermissionService getConversationPermissionService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static DeskService getDeskService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static EngageIndexingScheduler getConversationIndexingScheduler()
public static EngageIndexingScheduler getConversationIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static EngageEngineConfiguration getEngageEngineConfiguration()
public static EngageEngineConfiguration getEngageEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static com.flowable.action.engine.ActionEngineConfiguration getActionEngineConfiguration()
public static com.flowable.action.engine.ActionEngineConfiguration getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static com.flowable.template.engine.TemplateEngineConfiguration getTemplateEngineConfiguration()
public static com.flowable.template.engine.TemplateEngineConfiguration getTemplateEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration()
public static org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.job.service.JobService getJobService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static com.flowable.core.idm.api.PlatformIdentityService getPlatformIdentityService()
public static com.flowable.core.idm.api.PlatformIdentityService getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static com.flowable.core.idm.api.UserAccountService getUserAccountService()
public static com.flowable.core.idm.api.UserAccountService getUserAccountService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static com.flowable.core.idm.api.PlatformIdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.dmn.api.DmnEngineConfigurationApi getDmnEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.dmn.api.DmnRuleService getDmnRuleService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.content.api.ContentService getContentService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.content.api.ContentEngineConfigurationApi getContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static org.flowable.variable.service.VariableService getVariableService()
public static org.flowable.variable.service.VariableService getVariableService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.