Uses of Interface
com.atlassian.confluence.internal.labels.LabelManagerInternal
-
-
Uses of LabelManagerInternal in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type LabelManagerInternal Constructor Description ContentCreator(SpaceManager spaceManager, ContentBodyConversionService contentBodyConversionService, PermissionManager permissionManager, PageManagerInternal pageManager, CustomContentManager customContentEntityManager, com.atlassian.event.api.EventPublisher eventPublisher, DraftAttributesCopier draftAttributesCopier, LabelManagerInternal labelManager, RelationManager relationManager, ContentEntityManagerInternal contentEntityManager)
-
Uses of LabelManagerInternal in com.atlassian.confluence.impl.labels
Classes in com.atlassian.confluence.impl.labels that implement LabelManagerInternal Modifier and Type Class Description class
CachingLabelManager
Constructors in com.atlassian.confluence.impl.labels with parameters of type LabelManagerInternal Constructor Description CachingLabelManager(LabelManagerInternal delegate, com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, AdaptiveMostUsedLabelsCache adaptiveLabelManagerCache)
-
Uses of LabelManagerInternal in com.atlassian.confluence.impl.labels.adaptivelabelcache
Constructors in com.atlassian.confluence.impl.labels.adaptivelabelcache with parameters of type LabelManagerInternal Constructor Description AdaptiveMostUsedLabelsCacheImpl(AdaptiveMostUsedLabelsCacheImpl.TimestampProvider timestampProvider, AdaptiveLabelCacheDao adaptiveLabelCacheDao, LabelManagerInternal labelManagerDelegate)
AdaptiveMostUsedLabelsCacheImpl(AdaptiveLabelCacheDao adaptiveLabelCacheDao, LabelManagerInternal labelManagerDelegate)
-
Uses of LabelManagerInternal in com.atlassian.confluence.labels
Classes in com.atlassian.confluence.labels that implement LabelManagerInternal Modifier and Type Class Description class
DefaultLabelManager
Default implementation of the label manager interface. -
Uses of LabelManagerInternal in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions with parameters of type LabelManagerInternal Modifier and Type Method Description void
ListLabelsBySpaceAction. setLabelManager(LabelManagerInternal labelManager)
-