Package | Description |
---|---|
com.atlassian.confluence.impl.audit.handler |
This package contains handlers that know how to create change values out of
changed objects.
|
com.atlassian.confluence.impl.themes.persistence | |
com.atlassian.confluence.themes | |
com.atlassian.confluence.themes.events | |
com.atlassian.confluence.themes.persistence | |
com.atlassian.confluence.themes.persistence.hibernate |
Modifier and Type | Method and Description |
---|---|
com.atlassian.confluence.impl.audit.handler.DefaultAuditHandler<PersistentDecorator> |
AuditHandlerFactory.createDecoratorHandler() |
Modifier and Type | Method and Description |
---|---|
@Nullable PersistentDecorator |
CachingPersistentDecoratorDao.get(@Nullable String spaceKey,
String decoratorName) |
Modifier and Type | Method and Description |
---|---|
void |
CachingPersistentDecoratorDao.remove(PersistentDecorator decorator) |
void |
CachingPersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator)
If a decorator already exists with a certain space key and name, we should try to update it
(and not try to create a new one just because the body field is different)
(a composite key has not been used for space key and name because spacek key can be null)
|
Modifier and Type | Method and Description |
---|---|
PersistentDecorator |
CustomLayoutManager.getPersistentDecorator(String spaceKey,
String decoratorName)
Retrieves a custom decorator for the (spaceKey, name) combination.
|
PersistentDecorator |
DefaultCustomLayoutManager.getPersistentDecorator(String spaceKey,
String decoratorName) |
Modifier and Type | Method and Description |
---|---|
Collection<PersistentDecorator> |
CustomLayoutManager.getApplicableCustomDecoratorsForSpace(String spaceKey)
Returns allcustom decorators that apply to a space, whether they are space level or global level.
|
Collection<PersistentDecorator> |
DefaultCustomLayoutManager.getApplicableCustomDecoratorsForSpace(String spaceKey) |
Collection<PersistentDecorator> |
CustomLayoutManager.getCustomGlobalDecorators()
Returns all global custom decorators (does not retrieve space level decorators)
|
Collection<PersistentDecorator> |
DefaultCustomLayoutManager.getCustomGlobalDecorators() |
Collection<PersistentDecorator> |
CustomLayoutManager.getCustomSpaceDecorators(String spaceKey)
Returns all custom decorators defined for a specific space only (does not retrieve global decorators)
|
Collection<PersistentDecorator> |
DefaultCustomLayoutManager.getCustomSpaceDecorators(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
void |
CustomLayoutManager.remove(PersistentDecorator persistentDecorator)
Removes the given custom decorator, and flushes it from the velocity cache
|
void |
DefaultCustomLayoutManager.remove(PersistentDecorator persistentDecorator) |
void |
CustomLayoutManager.saveOrUpdate(PersistentDecorator persistentDecorator)
Saves the given decorator (or updates it if it already exists), and updates the velocity cache
|
void |
DefaultCustomLayoutManager.saveOrUpdate(PersistentDecorator persistentDecorator) |
Modifier and Type | Method and Description |
---|---|
PersistentDecorator |
DecoratorChangedEvent.getNewDecorator() |
PersistentDecorator |
DecoratorChangedEvent.getOldDecorator() |
Constructor and Description |
---|
DecoratorChangedEvent(Object src,
String spaceKey,
PersistentDecorator oldDecorator,
PersistentDecorator newDecorator) |
Modifier and Type | Method and Description |
---|---|
@Nullable PersistentDecorator |
PersistentDecoratorDao.get(@Nullable String spaceKey,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentDecoratorDao.remove(PersistentDecorator decorator) |
void |
PersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator) |
Modifier and Type | Method and Description |
---|---|
PersistentDecorator |
DefaultPersistentDecoratorDao.get(@Nullable String spaceKey,
String name)
Deprecated.
|
PersistentDecorator |
DefaultPersistentDecoratorDao.getFromDB(@Nullable String spaceKey,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPersistentDecoratorDao.remove(PersistentDecorator decorator)
Deprecated.
|
void |
DefaultPersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator)
Deprecated.
If a decorator already exists with a certain space key and name, we should try to update it
(and not try to create a new one just because the body field is different)
(a composite key has not been used for space key and name because spacek key can be null)
|
Copyright © 2003–2020 Atlassian. All rights reserved.