Uses of Interface
com.flowable.serviceregistry.api.runtime.ServiceRegistryRuntimeService
-
Uses of ServiceRegistryRuntimeService in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return ServiceRegistryRuntimeService Modifier and Type Method Description protected ServiceRegistryRuntimeService
DataObjectOperations. getServiceRegistryRuntimeService()
-
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.api
Methods in com.flowable.serviceregistry.api that return ServiceRegistryRuntimeService Modifier and Type Method Description ServiceRegistryRuntimeService
ServiceRegistryEngineConfigurationApi. getServiceRegistryRuntimeService()
-
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.engine
Classes in com.flowable.serviceregistry.engine that implement ServiceRegistryRuntimeService Modifier and Type Class Description class
ServiceRegistryRuntimeServiceImpl
Fields in com.flowable.serviceregistry.engine declared as ServiceRegistryRuntimeService Modifier and Type Field Description protected ServiceRegistryRuntimeService
ServiceRegistryEngineConfiguration. serviceRegistryRuntimeService
protected ServiceRegistryRuntimeService
ServiceRegistryEngineImpl. serviceRuntimeService
Methods in com.flowable.serviceregistry.engine that return ServiceRegistryRuntimeService Modifier and Type Method Description ServiceRegistryRuntimeService
ServiceRegistryEngine. getServiceRegistryRuntimeService()
ServiceRegistryRuntimeService
ServiceRegistryEngineConfiguration. getServiceRegistryRuntimeService()
ServiceRegistryRuntimeService
ServiceRegistryEngineImpl. getServiceRegistryRuntimeService()
Methods in com.flowable.serviceregistry.engine with parameters of type ServiceRegistryRuntimeService Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setServiceRegistryRuntimeService(ServiceRegistryRuntimeService serviceRegistryRuntimeService)
-
Uses of ServiceRegistryRuntimeService in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceRegistryRuntimeService Modifier and Type Method Description static ServiceRegistryRuntimeService
CommandContextUtil. getServiceRegistryRuntimeService()
static ServiceRegistryRuntimeService
CommandContextUtil. getServiceRegistryRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)