Class CommandContextUtil
- java.lang.Object
-
- com.flowable.platform.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description CommandContextUtil()
-
Method Summary
-
-
-
Method Detail
-
getCommandContext
public static CommandContext getCommandContext()
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration()
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration(CommandContext commandContext)
-
getTranslationService
public static TranslationService getTranslationService()
-
getTranslationService
public static TranslationService getTranslationService(CommandContext commandContext)
-
getTranslationEntityManager
public static TranslationEntityManager getTranslationEntityManager(CommandContext commandContext)
-
getTranslationChangeManager
public static TranslationChangeManager getTranslationChangeManager(CommandContext commandContext)
-
getCommentEntityManager
public static CommentEntityManager getCommentEntityManager(CommandContext commandContext)
-
getConfigurationPropertyEntityManager
public static ConfigurationPropertyEntityManager getConfigurationPropertyEntityManager(CommandContext commandContext)
-
getPlatformDeploymentEntityManager
public static PlatformDeploymentEntityManager getPlatformDeploymentEntityManager()
-
getPlatformDeploymentEntityManager
public static PlatformDeploymentEntityManager getPlatformDeploymentEntityManager(CommandContext commandContext)
-
getQueryDefinitionEntityManager
public static QueryDefinitionEntityManager getQueryDefinitionEntityManager()
-
getQueryDefinitionEntityManager
public static QueryDefinitionEntityManager getQueryDefinitionEntityManager(CommandContext commandContext)
-
getPlatformResourceEntityManager
public static PlatformResourceEntityManager getPlatformResourceEntityManager()
-
getPlatformResourceEntityManager
public static PlatformResourceEntityManager getPlatformResourceEntityManager(CommandContext commandContext)
-
getVariableExtractorDefinitionEntityManager
public static VariableExtractorDefinitionEntityManager getVariableExtractorDefinitionEntityManager()
-
getVariableExtractorDefinitionEntityManager
public static VariableExtractorDefinitionEntityManager getVariableExtractorDefinitionEntityManager(CommandContext commandContext)
-
getSequenceDefinitionEntityManager
public static SequenceDefinitionEntityManager getSequenceDefinitionEntityManager()
-
getSequenceDefinitionEntityManager
public static SequenceDefinitionEntityManager getSequenceDefinitionEntityManager(CommandContext commandContext)
-
getDeploymentManager
public static PlatformDeploymentManager getDeploymentManager()
-
getDeploymentManager
public static PlatformDeploymentManager getDeploymentManager(CommandContext commandContext)
-
getPlatformRepositoryService
public static PlatformRepositoryService getPlatformRepositoryService()
-
getPlatformRepositoryService
public static PlatformRepositoryService getPlatformRepositoryService(CommandContext commandContext)
-
-