Class CommandContextUtil
- java.lang.Object
-
- com.flowable.platform.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends java.lang.Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description CommandContextUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static CommentEntityManager
getCommentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ConfigurationPropertyEntityManager
getConfigurationPropertyEntityManager(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)
-
-
-
Method Detail
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration()
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTranslationService
public static TranslationService getTranslationService()
-
getTranslationService
public static TranslationService getTranslationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTranslationEntityManager
public static TranslationEntityManager getTranslationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTranslationChangeManager
public static TranslationChangeManager getTranslationChangeManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getCommentEntityManager
public static CommentEntityManager getCommentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getConfigurationPropertyEntityManager
public static ConfigurationPropertyEntityManager getConfigurationPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-