Class CommandContextUtil
java.lang.Object
com.flowable.platform.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContext
static CommentEntityManager
getCommentEntityManager
(CommandContext commandContext) getConfigurationPropertyEntityManager
(CommandContext commandContext) getDashboardComponentDefinitionEntityManager
(CommandContext commandContext) static DashboardEntityManager
static DashboardEntityManager
getDashboardEntityManager
(CommandContext commandContext) getDataDictionaryDefinitionEntityManager
(CommandContext commandContext) static PlatformDeploymentManager
static PlatformDeploymentManager
getDeploymentManager
(CommandContext commandContext) getPlatformDeploymentEntityManager
(CommandContext commandContext) static PlatformEngineConfiguration
static PlatformEngineConfiguration
getPlatformEngineConfiguration
(CommandContext commandContext) static PlatformRepositoryService
static PlatformRepositoryService
getPlatformRepositoryService
(CommandContext commandContext) getPlatformResourceEntityManager
(CommandContext commandContext) static PlatformRuntimeService
static PlatformRuntimeService
getPlatformRuntimeService
(CommandContext commandContext) static QueryDefinitionEntityManager
static QueryDefinitionEntityManager
getQueryDefinitionEntityManager
(CommandContext commandContext) getSequenceDefinitionEntityManager
(CommandContext commandContext) getSlaAuditInstanceEntityManager
(CommandContext commandContext) static SlaDefinitionEntityManager
static SlaDefinitionEntityManager
getSlaDefinitionEntityManager
(CommandContext commandContext) static TenantVariableEntityManager
getTenantVariableEntityManager
(CommandContext commandContext) static TranslationChangeManager
getTranslationChangeManager
(CommandContext commandContext) static TranslationEntityManager
getTranslationEntityManager
(CommandContext commandContext) static TranslationService
static TranslationService
getTranslationService
(CommandContext commandContext) getVariableExtractorDefinitionEntityManager
(CommandContext commandContext)
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getCommandContext
-
getPlatformEngineConfiguration
-
getPlatformEngineConfiguration
public static PlatformEngineConfiguration getPlatformEngineConfiguration(CommandContext commandContext) -
getTranslationService
-
getTranslationService
-
getTranslationEntityManager
-
getTranslationChangeManager
-
getCommentEntityManager
-
getConfigurationPropertyEntityManager
public static ConfigurationPropertyEntityManager getConfigurationPropertyEntityManager(CommandContext commandContext) -
getPlatformDeploymentEntityManager
-
getPlatformDeploymentEntityManager
public static PlatformDeploymentEntityManager getPlatformDeploymentEntityManager(CommandContext commandContext) -
getQueryDefinitionEntityManager
-
getQueryDefinitionEntityManager
public static QueryDefinitionEntityManager getQueryDefinitionEntityManager(CommandContext commandContext) -
getPlatformResourceEntityManager
-
getPlatformResourceEntityManager
public static PlatformResourceEntityManager getPlatformResourceEntityManager(CommandContext commandContext) -
getVariableExtractorDefinitionEntityManager
public static VariableExtractorDefinitionEntityManager getVariableExtractorDefinitionEntityManager() -
getVariableExtractorDefinitionEntityManager
public static VariableExtractorDefinitionEntityManager getVariableExtractorDefinitionEntityManager(CommandContext commandContext) -
getSequenceDefinitionEntityManager
-
getSequenceDefinitionEntityManager
public static SequenceDefinitionEntityManager getSequenceDefinitionEntityManager(CommandContext commandContext) -
getDashboardEntityManager
-
getDashboardEntityManager
-
getDashboardComponentDefinitionEntityManager
public static DashboardComponentDefinitionEntityManager getDashboardComponentDefinitionEntityManager() -
getDashboardComponentDefinitionEntityManager
public static DashboardComponentDefinitionEntityManager getDashboardComponentDefinitionEntityManager(CommandContext commandContext) -
getSlaDefinitionEntityManager
-
getSlaDefinitionEntityManager
public static SlaDefinitionEntityManager getSlaDefinitionEntityManager(CommandContext commandContext) -
getSlaAuditInstanceEntityManager
-
getSlaAuditInstanceEntityManager
public static SlaAuditInstanceEntityManager getSlaAuditInstanceEntityManager(CommandContext commandContext) -
getDataDictionaryDefinitionEntityManager
-
getDataDictionaryDefinitionEntityManager
public static DataDictionaryDefinitionEntityManager getDataDictionaryDefinitionEntityManager(CommandContext commandContext) -
getTenantVariableEntityManager
public static TenantVariableEntityManager getTenantVariableEntityManager(CommandContext commandContext) -
getDeploymentManager
-
getDeploymentManager
-
getPlatformRepositoryService
-
getPlatformRepositoryService
-
getPlatformRuntimeService
-
getPlatformRuntimeService
-