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 classServiceRegistryEngineImplFields 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. serviceRegistryEnginesMethods in com.flowable.serviceregistry.engine that return ServiceRegistryEngine Modifier and Type Method Description ServiceRegistryEngineServiceRegistryEngineConfiguration. buildServiceEngine()static ServiceRegistryEngineServiceRegistryEngines. getDefaultServiceRegistryEngine()static ServiceRegistryEngineServiceRegistryEngines. 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 theAutoDeploymentStrategyfor 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 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 ServiceRegistryEngine Modifier and Type Method Description voidServiceRegistryEngineConfiguration. 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 voidDefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ServiceRegistryEngine engine)protected org.flowable.common.engine.impl.lock.LockManagerAbstractServiceRegistryAutoDeploymentStrategy. 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 ServiceRegistryEngineDefaultServiceDefinitionAutoDeployer. serviceEngineMethods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceRegistryEngine Modifier and Type Method Description protected ServiceRegistryEngineServiceRegistryEngineConfigurator. 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 ServiceRegistryEngineServiceRegistryTestHelper. serviceRegistryEngineMethods in com.flowable.serviceregistry.engine.test that return ServiceRegistryEngine Modifier and Type Method Description protected ServiceRegistryEngineServiceRegistryExtension. createServiceEngine(org.junit.jupiter.api.extension.ExtensionContext context)ServiceRegistryEngineServiceRegistryTestHelper. getServiceRegistryEngine()Constructors in com.flowable.serviceregistry.engine.test with parameters of type ServiceRegistryEngine Constructor Description ServiceRegistryTestHelper(ServiceRegistryEngine serviceRegistryEngine)