Uses of Class
com.flowable.platform.engine.impl.persistence.deploy.DashboardComponentDefinitionCacheEntry
Packages that use DashboardComponentDefinitionCacheEntry
Package
Description
-
Uses of DashboardComponentDefinitionCacheEntry in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type DashboardComponentDefinitionCacheEntryMethods in com.flowable.platform.engine that return types with arguments of type DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformEngineConfiguration.getDashboardComponentDefinitionCache()
Method parameters in com.flowable.platform.engine with type arguments of type DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setDashboardComponentDefinitionCache
(DeploymentCache<DashboardComponentDefinitionCacheEntry> dashboardComponentDefinitionCache) -
Uses of DashboardComponentDefinitionCacheEntry in com.flowable.platform.engine.impl.deployer
Fields in com.flowable.platform.engine.impl.deployer with type parameters of type DashboardComponentDefinitionCacheEntryMethods in com.flowable.platform.engine.impl.deployer that return DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformDeploymentManager.resolveDashboardComponentDefinition
(DashboardComponentDefinition dashboardComponentDefinition) Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformDeploymentManager.getDashboardComponentDefinitionCache()
Method parameters in com.flowable.platform.engine.impl.deployer with type arguments of type DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformDeploymentManager.setDashboardComponentDefinitionCache
(DeploymentCache<DashboardComponentDefinitionCacheEntry> dashboardComponentDefinitionCache) -
Uses of DashboardComponentDefinitionCacheEntry in com.flowable.platform.engine.impl.persistence.entity
Fields in com.flowable.platform.engine.impl.persistence.entity with type parameters of type DashboardComponentDefinitionCacheEntryModifier and TypeFieldDescriptionprotected Map<String,
DashboardComponentDefinitionCacheEntry> PlatformDeploymentEntityImpl.dashboardComponentDefinitionCache
Methods in com.flowable.platform.engine.impl.persistence.entity that return DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformDeploymentEntity.getDashboardComponentDefinitionCacheEntry
(String dashboardComponentDefinitionId) PlatformDeploymentEntityImpl.getDashboardComponentDefinitionCacheEntry
(String dashboardComponentDefinitionId) Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type DashboardComponentDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformDeploymentEntity.addDashboardComponentDefinitionCacheEntry
(String dashboardComponentDefinitionId, DashboardComponentDefinitionCacheEntry dashboardComponentDefinitionCacheEntry) void
PlatformDeploymentEntityImpl.addDashboardComponentDefinitionCacheEntry
(String dashboardComponentDefinitionId, DashboardComponentDefinitionCacheEntry dashboardComponentDefinitionCacheEntry)