Uses of Interface
com.flowable.serviceregistry.engine.ServiceRegistryEngine
Packages that use ServiceRegistryEngine
Package
Description
-
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine
Classes in com.flowable.serviceregistry.engine that implement ServiceRegistryEngineSubclasses with type arguments of type ServiceRegistryEngine in com.flowable.serviceregistry.engineFields in com.flowable.serviceregistry.engine with type parameters of type ServiceRegistryEngineModifier and TypeFieldDescriptionprotected static Map<String, ServiceRegistryEngine> ServiceRegistryEngines.serviceRegistryEnginesMethods in com.flowable.serviceregistry.engine that return ServiceRegistryEngineModifier and TypeMethodDescriptionServiceRegistryEngineConfiguration.buildServiceEngine()protected ServiceRegistryEngineServiceRegistryEngineConfiguration.createEngine()static ServiceRegistryEngineServiceRegistryEngines.getDefaultServiceRegistryEngine()static ServiceRegistryEngineServiceRegistryEngines.getServiceRegistryEngine(String serviceRegistryEngineName) Obtain an service engine by name.Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceRegistryEngineModifier and TypeMethodDescriptionprotected Consumer<ServiceRegistryEngine> ServiceRegistryEngineConfiguration.createPostEngineBuildConsumer()org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine> ServiceRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine>> ServiceRegistryEngineConfiguration.getDeploymentStrategies()static Map<String, ServiceRegistryEngine> ServiceRegistryEngines.getServiceRegistryEngines()Provides access to service engines to application clients in a managed server environment.Methods in com.flowable.serviceregistry.engine with parameters of type ServiceRegistryEngineModifier and TypeMethodDescriptionprotected voidServiceRegistryEngineConfiguration.autoDeployResources(ServiceRegistryEngine serviceEngine) static voidServiceRegistryEngines.registerEngine(ServiceRegistryEngine serviceRegistryEngine) Registers the given service engine.static voidServiceRegistryEngines.unregister(ServiceRegistryEngine serviceRegistryEngine) Unregisters the given service engine.Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceRegistryEngineModifier and TypeMethodDescriptionvoidServiceRegistryEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine>> deploymentStrategies) -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.autodeployment
Subclasses with type arguments of type ServiceRegistryEngine in com.flowable.serviceregistry.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.serviceregistry.engine.autodeployment with parameters of type ServiceRegistryEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ServiceRegistryEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractServiceRegistryAutoDeploymentStrategy.getLockManager(ServiceRegistryEngine engine, String deploymentNameHint) -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.impl
Classes in com.flowable.serviceregistry.engine.impl that implement interfaces with type arguments of type ServiceRegistryEngineMethods in com.flowable.serviceregistry.engine.impl with parameters of type ServiceRegistryEngineModifier and TypeMethodDescriptionvoidServiceRegistryPostEngineBuildConsumer.accept(ServiceRegistryEngine serviceRegistryEngine) -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.impl.deployer
Subclasses with type arguments of type ServiceRegistryEngine in com.flowable.serviceregistry.engine.impl.deployerMethods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceRegistryEngineModifier and TypeMethodDescriptionprotected ServiceRegistryEngineServiceRegistryEngineConfigurator.buildEngine() -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.test
Fields in com.flowable.serviceregistry.engine.test declared as ServiceRegistryEngineModifier and TypeFieldDescriptionprotected final ServiceRegistryEngineServiceRegistryTestHelper.serviceRegistryEngineMethods in com.flowable.serviceregistry.engine.test that return ServiceRegistryEngineModifier and TypeMethodDescriptionprotected ServiceRegistryEngineServiceRegistryExtension.createServiceEngine(org.junit.jupiter.api.extension.ExtensionContext context) ServiceRegistryTestHelper.getServiceRegistryEngine()Constructors in com.flowable.serviceregistry.engine.test with parameters of type ServiceRegistryEngineModifierConstructorDescriptionServiceRegistryTestHelper(ServiceRegistryEngine serviceRegistryEngine)