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
Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContextgetCommandContext()static CommentEntityManagergetCommentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PlatformEngineConfigurationgetPlatformEngineConfiguration()static PlatformEngineConfigurationgetPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TranslationChangeManagergetTranslationChangeManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TranslationEntityManagergetTranslationEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TranslationServicegetTranslationService()static TranslationServicegetTranslationService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getPlatformEngineConfiguration
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
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)
-