public class CommandContextUtil extends Object
| Constructor and Description |
|---|
CommandContextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.flowable.common.engine.impl.interceptor.CommandContext |
getCommandContext() |
static CommentEntityManager |
getCommentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static PlatformEngineConfiguration |
getPlatformEngineConfiguration() |
static PlatformEngineConfiguration |
getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static TranslationChangeManager |
getTranslationChangeManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static TranslationEntityManager |
getTranslationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static TranslationService |
getTranslationService() |
static TranslationService |
getTranslationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
public static PlatformEngineConfiguration getPlatformEngineConfiguration()
public static PlatformEngineConfiguration getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static TranslationService getTranslationService()
public static TranslationService getTranslationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static TranslationEntityManager getTranslationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static TranslationChangeManager getTranslationChangeManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public static CommentEntityManager getCommentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.