Class CommandContextUtil
java.lang.Object
com.flowable.platform.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClientRegistrationInfoEntityManager(CommandContext commandContext) static CommandContextstatic CommentEntityManagergetCommentEntityManager(CommandContext commandContext) getConfigurationPropertyEntityManager(CommandContext commandContext) getDashboardComponentDefinitionEntityManager(CommandContext commandContext) static DashboardEntityManagerstatic DashboardEntityManagergetDashboardEntityManager(CommandContext commandContext) getDataDictionaryDefinitionEntityManager(CommandContext commandContext) static PlatformDeploymentManagerstatic PlatformDeploymentManagergetDeploymentManager(CommandContext commandContext) getPlatformDeploymentEntityManager(CommandContext commandContext) static PlatformEngineConfigurationstatic PlatformEngineConfigurationgetPlatformEngineConfiguration(CommandContext commandContext) static PlatformRepositoryServicestatic PlatformRepositoryServicegetPlatformRepositoryService(CommandContext commandContext) getPlatformResourceEntityManager(CommandContext commandContext) static PlatformRuntimeServicestatic PlatformRuntimeServicegetPlatformRuntimeService(CommandContext commandContext) static QueryDefinitionEntityManagerstatic QueryDefinitionEntityManagergetQueryDefinitionEntityManager(CommandContext commandContext) getSequenceDefinitionEntityManager(CommandContext commandContext) getSlaAuditInstanceEntityManager(CommandContext commandContext) static SlaDefinitionEntityManagerstatic SlaDefinitionEntityManagergetSlaDefinitionEntityManager(CommandContext commandContext) static TenantVariableEntityManagergetTenantVariableEntityManager(CommandContext commandContext) static TranslationChangeManagergetTranslationChangeManager(CommandContext commandContext) static TranslationEntityManagergetTranslationEntityManager(CommandContext commandContext) static TranslationServicestatic TranslationServicegetTranslationService(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) -
getClientRegistrationInfoEntityManager
public static ClientRegistrationInfoEntityManager getClientRegistrationInfoEntityManager(CommandContext commandContext) -
getDeploymentManager
-
getDeploymentManager
-
getPlatformRepositoryService
-
getPlatformRepositoryService
-
getPlatformRuntimeService
-
getPlatformRuntimeService
-