Class CommandContextUtil
java.lang.Object
org.flowable.dmn.engine.impl.util.CommandContextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DmnEngineAgenda
static DmnEngineAgenda
getAgenda
(CommandContext commandContext) static CommandContext
static DbSqlSession
static DbSqlSession
getDbSqlSession
(CommandContext commandContext) static DecisionEntityManager
static DecisionEntityManager
getDecisionEntityManager
(CommandContext commandContext) static DmnDeploymentEntityManager
static DmnDeploymentEntityManager
getDeploymentEntityManager
(CommandContext commandContext) static DmnEngineConfiguration
static DmnEngineConfiguration
getDmnEngineConfiguration
(CommandContext commandContext) static DmnRepositoryService
static DmnRepositoryService
getDmnRepositoryService
(CommandContext commandContext) getHistoricDecisionExecutionEntityManager
(CommandContext commandContext) static DmnResourceEntityManager
static DmnResourceEntityManager
getResourceEntityManager
(CommandContext commandContext) static TableDataManager
static TableDataManager
getTableDataManager
(CommandContext commandContext)
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getDmnEngineConfiguration
-
getDmnEngineConfiguration
-
getDbSqlSession
-
getDbSqlSession
-
getTableDataManager
-
getTableDataManager
-
getResourceEntityManager
-
getResourceEntityManager
-
getDeploymentEntityManager
-
getDeploymentEntityManager
-
getDecisionEntityManager
-
getDecisionEntityManager
-
getHistoricDecisionExecutionEntityManager
-
getHistoricDecisionExecutionEntityManager
public static HistoricDecisionExecutionEntityManager getHistoricDecisionExecutionEntityManager(CommandContext commandContext) -
getDmnRepositoryService
-
getDmnRepositoryService
-
getAgenda
-
getAgenda
-
getCommandContext
-