Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceRegistryRuntimeService
Packages that use ServiceRegistryRuntimeService
Package
Description
-
Uses of ServiceRegistryRuntimeService in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return ServiceRegistryRuntimeServiceModifier and TypeMethodDescriptionprotected ServiceRegistryRuntimeService
DataObjectOperations.getServiceRegistryRuntimeService()
-
Uses of ServiceRegistryRuntimeService in com.flowable.platform.service.form.invocation
Fields in com.flowable.platform.service.form.invocation declared as ServiceRegistryRuntimeServiceModifier and TypeFieldDescriptionprotected final ServiceRegistryRuntimeService
FormServiceInvokerImpl.serviceRegistryRuntimeService
Constructors in com.flowable.platform.service.form.invocation with parameters of type ServiceRegistryRuntimeServiceModifierConstructorDescriptionFormServiceInvokerImpl
(ServiceRegistryRuntimeService serviceRegistryRuntimeService, ServiceRegistryRepositoryService serviceRegistryRepositoryService, SecurityHelper securityHelper, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.api
Methods in com.flowable.serviceregistry.api that return ServiceRegistryRuntimeServiceModifier and TypeMethodDescriptionServiceRegistryEngineConfigurationApi.getServiceRegistryRuntimeService()
-
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.engine
Classes in com.flowable.serviceregistry.engine that implement ServiceRegistryRuntimeServiceFields in com.flowable.serviceregistry.engine declared as ServiceRegistryRuntimeServiceModifier and TypeFieldDescriptionprotected ServiceRegistryRuntimeService
ServiceRegistryEngineConfiguration.serviceRegistryRuntimeService
protected ServiceRegistryRuntimeService
ServiceRegistryEngineImpl.serviceRuntimeService
Methods in com.flowable.serviceregistry.engine that return ServiceRegistryRuntimeServiceModifier and TypeMethodDescriptionServiceRegistryEngine.getServiceRegistryRuntimeService()
ServiceRegistryEngineConfiguration.getServiceRegistryRuntimeService()
ServiceRegistryEngineImpl.getServiceRegistryRuntimeService()
Methods in com.flowable.serviceregistry.engine with parameters of type ServiceRegistryRuntimeServiceModifier and TypeMethodDescriptionvoid
ServiceRegistryEngineConfiguration.setServiceRegistryRuntimeService
(ServiceRegistryRuntimeService serviceRegistryRuntimeService) -
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceRegistryRuntimeServiceModifier and TypeMethodDescriptionCommandContextUtil.getServiceRegistryRuntimeService()
CommandContextUtil.getServiceRegistryRuntimeService
(CommandContext commandContext)