Uses of Class
org.flowable.common.engine.impl.AbstractServiceConfiguration
Packages that use AbstractServiceConfiguration
Package
Description
-
Uses of AbstractServiceConfiguration in org.flowable.batch.service
Subclasses of AbstractServiceConfiguration in org.flowable.batch.service -
Uses of AbstractServiceConfiguration in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type AbstractServiceConfigurationModifier and TypeFieldDescriptionprotected Map<String,
AbstractServiceConfiguration> AbstractEngineConfiguration.serviceConfigurations
Methods in org.flowable.common.engine.impl that return AbstractServiceConfigurationModifier and TypeMethodDescriptionAbstractServiceConfiguration.addConfigurator
(ServiceConfigurator<S> configurator) HasVariableServiceConfiguration.getVariableServiceConfiguration()
AbstractServiceConfiguration.setAdditionalEventDispatchActions
(List<EventDispatchAction> additionalEventDispatchActions) AbstractServiceConfiguration.setEnableEventDispatcher
(boolean enableEventDispatcher) AbstractServiceConfiguration.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) AbstractServiceConfiguration.setEventListeners
(List<FlowableEventListener> eventListeners) AbstractServiceConfiguration.setIdGenerator
(IdGenerator idGenerator) AbstractServiceConfiguration.setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) AbstractServiceConfiguration.setTypedEventListeners
(Map<String, List<FlowableEventListener>> typedEventListeners) Methods in org.flowable.common.engine.impl that return types with arguments of type AbstractServiceConfigurationMethods in org.flowable.common.engine.impl with parameters of type AbstractServiceConfigurationModifier and TypeMethodDescriptionvoid
AbstractEngineConfiguration.addServiceConfiguration
(String key, AbstractServiceConfiguration serviceConfiguration) Method parameters in org.flowable.common.engine.impl with type arguments of type AbstractServiceConfigurationModifier and TypeMethodDescriptionAbstractEngineConfiguration.setServiceConfigurations
(Map<String, AbstractServiceConfiguration> serviceConfigurations) -
Uses of AbstractServiceConfiguration in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity with type parameters of type AbstractServiceConfigurationModifier and TypeClassDescriptionclass
AbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,
EntityImpl extends Entity, DM extends DataManager<EntityImpl>> Fields in org.flowable.common.engine.impl.persistence.entity declared as AbstractServiceConfigurationModifier and TypeFieldDescriptionprotected T
AbstractServiceEngineEntityManager.serviceConfiguration
-
Uses of AbstractServiceConfiguration in org.flowable.entitylink.service
Subclasses of AbstractServiceConfiguration in org.flowable.entitylink.service -
Uses of AbstractServiceConfiguration in org.flowable.eventsubscription.service
Subclasses of AbstractServiceConfiguration in org.flowable.eventsubscription.service -
Uses of AbstractServiceConfiguration in org.flowable.identitylink.service
Subclasses of AbstractServiceConfiguration in org.flowable.identitylink.service -
Uses of AbstractServiceConfiguration in org.flowable.job.service
Subclasses of AbstractServiceConfiguration in org.flowable.job.serviceModifier and TypeClassDescriptionclass
This service configuration contains all settings and instances around job execution and management. -
Uses of AbstractServiceConfiguration in org.flowable.task.service
Subclasses of AbstractServiceConfiguration in org.flowable.task.service -
Uses of AbstractServiceConfiguration in org.flowable.variable.service
Subclasses of AbstractServiceConfiguration in org.flowable.variable.service