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 ServiceRegistryEngineFields 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()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 TypeMethodDescriptionServiceRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.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<AutoDeploymentStrategy<ServiceRegistryEngine>> deploymentStrategies) -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.autodeployment
Methods in com.flowable.serviceregistry.engine.autodeployment with parameters of type ServiceRegistryEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ServiceRegistryEngine engine) protected LockManagerAbstractServiceRegistryAutoDeploymentStrategy.getLockManager(ServiceRegistryEngine engine, String deploymentNameHint) -
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.impl.deployer
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceRegistryEngineModifier and TypeMethodDescriptionprotected ServiceRegistryEngineServiceRegistryEngineConfigurator.initEngine() -
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)