Uses of Interface
com.flowable.action.api.runtime.ActionRuntimeService
-
Uses of ActionRuntimeService in com.flowable.action.api
Methods in com.flowable.action.api that return ActionRuntimeService Modifier and Type Method Description ActionRuntimeService
ActionEngineConfigurationApi. getActionRuntimeService()
-
Uses of ActionRuntimeService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionRuntimeService Modifier and Type Field Description protected ActionRuntimeService
ActionEngineConfiguration. actionRuntimeService
Methods in com.flowable.action.engine that return ActionRuntimeService Modifier and Type Method Description ActionRuntimeService
ActionEngine. getActionRuntimeService()
ActionRuntimeService
ActionEngineConfiguration. getActionRuntimeService()
Methods in com.flowable.action.engine with parameters of type ActionRuntimeService Modifier and Type Method Description void
ActionEngineConfiguration. setActionRuntimeService(ActionRuntimeService actionRuntimeService)
-
Uses of ActionRuntimeService in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionRuntimeService Modifier and Type Field Description protected ActionRuntimeService
ActionEngineImpl. actionRuntimeService
Methods in com.flowable.action.engine.impl that return ActionRuntimeService Modifier and Type Method Description ActionRuntimeService
ActionEngineImpl. getActionRuntimeService()
-
Uses of ActionRuntimeService in com.flowable.action.engine.impl.runtime
Classes in com.flowable.action.engine.impl.runtime that implement ActionRuntimeService Modifier and Type Class Description class
ActionRuntimeServiceImpl
Methods in com.flowable.action.engine.impl.runtime that return ActionRuntimeService Modifier and Type Method Description ActionRuntimeService
ActionInstanceBuilderImpl. getActionRuntimeService()
ActionRuntimeService
ExecuteActionInstanceBuilderImpl. getActionRuntimeService()
-
Uses of ActionRuntimeService in com.flowable.action.rest.service.api.repository
Fields in com.flowable.action.rest.service.api.repository declared as ActionRuntimeService Modifier and Type Field Description protected ActionRuntimeService
ActionDefinitionResource. actionRuntimeService
protected ActionRuntimeService
ScopedActionDefinitionCollectionResource. actionRuntimeService
Constructors in com.flowable.action.rest.service.api.repository with parameters of type ActionRuntimeService Constructor Description ScopedActionDefinitionCollectionResource(ActionRuntimeService actionRuntimeService, ActionDefinitionMapper actionDefinitionMapper, org.springframework.beans.factory.ObjectProvider<ActionTemplateService> confirmationTemplateServiceProvider, org.springframework.beans.factory.ObjectProvider<TranslationService> translationServiceProvider)
-
Uses of ActionRuntimeService in com.flowable.action.rest.service.api.runtime
Fields in com.flowable.action.rest.service.api.runtime declared as ActionRuntimeService Modifier and Type Field Description protected ActionRuntimeService
ActionInstanceCollectionResource. actionRuntimeService
protected ActionRuntimeService
ActionLinkResource. actionRuntimeService
protected ActionRuntimeService
BaseActionInstanceResource. actionRuntimeService
Constructors in com.flowable.action.rest.service.api.runtime with parameters of type ActionRuntimeService Constructor Description ActionInstanceResource(ActionRuntimeService actionRuntimeService, ActionDefinitionMapper actionDefinitionMapper, org.springframework.beans.factory.ObjectProvider<ActionTemplateService> actionTemplateServiceProvider, org.springframework.beans.factory.ObjectProvider<InspectActionInterceptor> inspectActionInterceptorProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.flowable.core.service.form.FlowableFormDecoratorInvoker formDecoratorInvoker, boolean inspectEnabled)
BaseActionInstanceResource(ActionRuntimeService actionRuntimeService)