Uses of Class
com.flowable.serviceregistry.engine.impl.persistence.deploy.ServiceDefinitionCacheEntry
-
Packages that use ServiceDefinitionCacheEntry Package Description com.flowable.serviceregistry.engine com.flowable.serviceregistry.engine.impl.deployer -
-
Uses of ServiceDefinitionCacheEntry in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<ServiceDefinitionCacheEntry>
ServiceRegistryEngineConfiguration. serviceDefinitionCache
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<ServiceDefinitionCacheEntry>
ServiceRegistryEngineConfiguration. getServiceDefinitionCache()
Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceDefinitionCacheEntry Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setServiceDefinitionCache(DeploymentCache<ServiceDefinitionCacheEntry> serviceDefinitionCache)
-
Uses of ServiceDefinitionCacheEntry in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer with type parameters of type ServiceDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<ServiceDefinitionCacheEntry>
ServiceDeploymentManager. serviceDefinitionCache
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceDefinitionCacheEntry Modifier and Type Method Description ServiceDefinitionCacheEntry
ServiceDeploymentManager. resolveServiceDefinition(ServiceDefinition serviceDefinition)
Methods in com.flowable.serviceregistry.engine.impl.deployer that return types with arguments of type ServiceDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<ServiceDefinitionCacheEntry>
ServiceDeploymentManager. getServiceDefinitionCache()
Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ServiceDefinitionCacheEntry Modifier and Type Method Description void
ServiceDeploymentManager. setServiceDefinitionCache(DeploymentCache<ServiceDefinitionCacheEntry> serviceDefinitionCache)
-