| Package | Description |
|---|---|
| com.atlassian.confluence.content.apisupport | |
| com.atlassian.confluence.internal.labels | |
| com.atlassian.confluence.labels |
| Constructor and 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,
ContentPropertyService contentPropertyService,
ContentRestrictionService contentRestrictionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingLabelManager
A
LabelManager and LabelManagerInternal implementation which caches certain data, otherwise
delegating through to another LabelManagerInternal object. |
class |
DelegatingLabelManagerAdapter
A boilerplate implementation of
LabelManager and LabelManagerInternal which just delegates
all method calls through to another LabelManagerInternal object. |
| Constructor and Description |
|---|
CachingLabelManager(LabelManagerInternal delegate,
com.atlassian.vcache.VCacheFactory cacheFactory,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
DelegatingLabelManagerAdapter(LabelManagerInternal delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLabelManager
Default implementation of the label manager interface.
|
Copyright © 2003–2016 Atlassian. All rights reserved.