Uses of Class
com.flowable.serviceregistry.engine.impl.persistence.deploy.ServiceDefinitionCacheEntry
Packages that use ServiceDefinitionCacheEntry
Package
Description
-
Uses of ServiceDefinitionCacheEntry in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ServiceDefinitionCacheEntry>
ServiceRegistryEngineConfiguration.serviceDefinitionCache
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceDefinitionCacheEntryMethod parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
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 ServiceDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ServiceDefinitionCacheEntry>
ServiceDeploymentManager.serviceDefinitionCache
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceDefinitionCacheEntryModifier and TypeMethodDescriptionServiceDeploymentManager.resolveServiceDefinition
(ServiceDefinition serviceDefinition) Methods in com.flowable.serviceregistry.engine.impl.deployer that return types with arguments of type ServiceDefinitionCacheEntryMethod parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ServiceDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
ServiceDeploymentManager.setServiceDefinitionCache
(DeploymentCache<ServiceDefinitionCacheEntry> serviceDefinitionCache) -
Uses of ServiceDefinitionCacheEntry in com.flowable.serviceregistry.engine.impl.persistence.entity
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity with type parameters of type ServiceDefinitionCacheEntryModifier and TypeFieldDescriptionprotected Map<String,
ServiceDefinitionCacheEntry> ServiceDeploymentEntityImpl.serviceDefinitionCache
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceDefinitionCacheEntryModifier and TypeMethodDescriptionServiceDeploymentEntity.getServiceDefinitionCacheEntry
(String serviceDefinitionId) ServiceDeploymentEntityImpl.getServiceDefinitionCacheEntry
(String serviceDefinitionId) Methods in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
ServiceDeploymentEntity.addServiceDefinitionCacheEntry
(String serviceDefinitionId, ServiceDefinitionCacheEntry serviceDefinitionCacheEntry) void
ServiceDeploymentEntityImpl.addServiceDefinitionCacheEntry
(String serviceDefinitionId, ServiceDefinitionCacheEntry serviceDefinitionCacheEntry)