Uses of Class
com.flowable.action.engine.ActionEngineConfiguration
-
Uses of ActionEngineConfiguration in com.flowable.action.engine
Methods in com.flowable.action.engine that return ActionEngineConfiguration Modifier and Type Method Description ActionEngineConfiguration
ActionEngine. getActionEngineConfiguration()
ActionEngineConfiguration
ActionEngineConfiguration. setDataSource(javax.sql.DataSource dataSource)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.configurator
Fields in com.flowable.action.engine.configurator declared as ActionEngineConfiguration Modifier and Type Field Description protected ActionEngineConfiguration
ActionEngineConfigurator. engineConfiguration
Methods in com.flowable.action.engine.configurator that return ActionEngineConfiguration Modifier and Type Method Description ActionEngineConfiguration
ActionEngineConfigurator. getEngineConfiguration()
Methods in com.flowable.action.engine.configurator with parameters of type ActionEngineConfiguration Modifier and Type Method Description void
ActionEngineConfigurator. setEngineConfiguration(ActionEngineConfiguration engineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionEngineConfiguration Modifier and Type Field Description protected ActionEngineConfiguration
ActionEngineImpl. engineConfiguration
Methods in com.flowable.action.engine.impl that return ActionEngineConfiguration Modifier and Type Method Description ActionEngineConfiguration
ActionEngineImpl. getActionEngineConfiguration()
Constructors in com.flowable.action.engine.impl with parameters of type ActionEngineConfiguration Constructor Description ActionEngineImpl(ActionEngineConfiguration engineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionEngineConfiguration Modifier and Type Method Description protected org.flowable.form.api.FormInfo
GetFormInfoCmd. getFormInfoWithScopedObjectFormProviders(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, java.lang.String formKey)
protected ActionDefinition
ExecuteActionInstanceCmd. handleActionWithActionDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionEngineConfiguration actionEngineConfiguration, HistoricActionInstanceEntity historicActionInstance)
protected BotActionResult
ExecuteActionInstanceCmd. invokeActionBot(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionEngineConfiguration actionEngineConfiguration, ActionDefinition actionDefinition, HistoricActionInstanceEntity historicActionInstance)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionEngineConfiguration Modifier and Type Field Description protected ActionEngineConfiguration
ActionDeploymentManager. actionEngineConfiguration
Methods in com.flowable.action.engine.impl.deployer that return ActionEngineConfiguration Modifier and Type Method Description ActionEngineConfiguration
ActionDeploymentManager. getActionEngineConfiguration()
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionEngineConfiguration Modifier and Type Method Description void
ActionDeploymentManager. setActionEngineConfiguration(ActionEngineConfiguration actionEngineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.history
Constructors in com.flowable.action.engine.impl.history with parameters of type ActionEngineConfiguration Constructor Description ActionHistoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.persistence.entity
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionEngineConfiguration Modifier and Type Field Description protected ActionEngineConfiguration
ActionEntityManagers. configuration
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.repository
Constructors in com.flowable.action.engine.impl.repository with parameters of type ActionEngineConfiguration Constructor Description ActionRepositoryServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.runtime
Constructors in com.flowable.action.engine.impl.runtime with parameters of type ActionEngineConfiguration Constructor Description ActionRuntimeServiceImpl(ActionEngineConfiguration engineConfiguration)
-
Uses of ActionEngineConfiguration in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionEngineConfiguration Modifier and Type Method Description static ActionEngineConfiguration
CommandContextUtil. getActionEngineConfiguration()
static ActionEngineConfiguration
CommandContextUtil. getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)