Uses of Interface
com.flowable.serviceregistry.engine.ServiceRegistryEngine
-
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine
Classes in com.flowable.serviceregistry.engine that implement ServiceRegistryEngine Modifier and Type Class Description class
ServiceRegistryEngineImpl
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceRegistryEngine Modifier and Type Field Description protected static java.util.Map<java.lang.String,ServiceRegistryEngine>
ServiceRegistryEngines. serviceRegistryEngines
Methods in com.flowable.serviceregistry.engine that return ServiceRegistryEngine Modifier and Type Method Description ServiceRegistryEngine
ServiceRegistryEngineConfiguration. buildServiceEngine()
static ServiceRegistryEngine
ServiceRegistryEngines. getDefaultServiceRegistryEngine()
static ServiceRegistryEngine
ServiceRegistryEngines. getServiceRegistryEngine(java.lang.String serviceRegistryEngineName)
Obtain an service engine by name.Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceRegistryEngine Modifier and Type Method Description org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine>
ServiceRegistryEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)
Gets theAutoDeploymentStrategy
for the provided mode.java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine>>
ServiceRegistryEngineConfiguration. getDeploymentStrategies()
static java.util.Map<java.lang.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 ServiceRegistryEngine Modifier and Type Method Description protected void
ServiceRegistryEngineConfiguration. autoDeployResources(ServiceRegistryEngine serviceEngine)
static void
ServiceRegistryEngines. registerEngine(ServiceRegistryEngine serviceRegistryEngine)
Registers the given service engine.static void
ServiceRegistryEngines. unregister(ServiceRegistryEngine serviceRegistryEngine)
Unregisters the given service engine.Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceRegistryEngine Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setDeploymentStrategies(java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ServiceRegistryEngine>> deploymentStrategies)
-
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.autodeployment
Methods in com.flowable.serviceregistry.engine.autodeployment with parameters of type ServiceRegistryEngine Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ServiceRegistryEngine engine)
protected org.flowable.common.engine.impl.lock.LockManager
AbstractServiceRegistryAutoDeploymentStrategy. getLockManager(ServiceRegistryEngine engine, java.lang.String deploymentNameHint)
-
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceRegistryEngine Modifier and Type Field Description protected ServiceRegistryEngine
DefaultServiceDefinitionAutoDeployer. serviceEngine
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceRegistryEngine Modifier and Type Method Description protected ServiceRegistryEngine
ServiceRegistryEngineConfigurator. initEngine()
Constructors in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceRegistryEngine Constructor Description DefaultServiceDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, ServiceRegistryEngine serviceEngine)
DefaultServiceDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, ServiceRegistryEngine serviceEngine, java.lang.String deploymentName)
-
Uses of ServiceRegistryEngine in com.flowable.serviceregistry.engine.test
Fields in com.flowable.serviceregistry.engine.test declared as ServiceRegistryEngine Modifier and Type Field Description protected ServiceRegistryEngine
ServiceRegistryTestHelper. serviceRegistryEngine
Methods in com.flowable.serviceregistry.engine.test that return ServiceRegistryEngine Modifier and Type Method Description protected ServiceRegistryEngine
ServiceRegistryExtension. createServiceEngine(org.junit.jupiter.api.extension.ExtensionContext context)
ServiceRegistryEngine
ServiceRegistryTestHelper. getServiceRegistryEngine()
Constructors in com.flowable.serviceregistry.engine.test with parameters of type ServiceRegistryEngine Constructor Description ServiceRegistryTestHelper(ServiceRegistryEngine serviceRegistryEngine)