Uses of Class
com.atlassian.confluence.core.PersistentDecorator
-
Packages that use PersistentDecorator 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.upgrade -
-
Uses of PersistentDecorator in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type PersistentDecorator Modifier and Type Method Description com.atlassian.confluence.impl.audit.handler.DefaultAuditHandler<PersistentDecorator>
AuditHandlerFactory. createDecoratorHandler()
-
Uses of PersistentDecorator in com.atlassian.confluence.impl.themes.persistence
Methods in com.atlassian.confluence.impl.themes.persistence that return PersistentDecorator Modifier and Type Method Description @Nullable PersistentDecorator
CachingPersistentDecoratorDao. get(@Nullable String spaceKey, String decoratorName)
Methods in com.atlassian.confluence.impl.themes.persistence with parameters of type PersistentDecorator Modifier and Type Method 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) -
Uses of PersistentDecorator in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return PersistentDecorator Modifier and Type Method Description PersistentDecorator
CustomLayoutManager. getPersistentDecorator(String spaceKey, String decoratorName)
Retrieves a custom decorator for the (spaceKey, name) combination.PersistentDecorator
DefaultCustomLayoutManager. getPersistentDecorator(String spaceKey, String decoratorName)
Methods in com.atlassian.confluence.themes that return types with arguments of type PersistentDecorator Modifier and Type Method 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)
Methods in com.atlassian.confluence.themes with parameters of type PersistentDecorator Modifier and Type Method Description void
CustomLayoutManager. remove(PersistentDecorator persistentDecorator)
Removes the given custom decorator, and flushes it from the velocity cachevoid
DefaultCustomLayoutManager. remove(PersistentDecorator persistentDecorator)
void
CustomLayoutManager. saveOrUpdate(PersistentDecorator persistentDecorator)
Saves the given decorator (or updates it if it already exists), and updates the velocity cachevoid
DefaultCustomLayoutManager. saveOrUpdate(PersistentDecorator persistentDecorator)
-
Uses of PersistentDecorator in com.atlassian.confluence.themes.events
Methods in com.atlassian.confluence.themes.events that return PersistentDecorator Modifier and Type Method Description PersistentDecorator
DecoratorChangedEvent. getNewDecorator()
PersistentDecorator
DecoratorChangedEvent. getOldDecorator()
Constructors in com.atlassian.confluence.themes.events with parameters of type PersistentDecorator Constructor Description DecoratorChangedEvent(Object src, String spaceKey, PersistentDecorator oldDecorator, PersistentDecorator newDecorator)
-
Uses of PersistentDecorator in com.atlassian.confluence.themes.persistence
Methods in com.atlassian.confluence.themes.persistence that return PersistentDecorator Modifier and Type Method Description @Nullable PersistentDecorator
PersistentDecoratorDao. get(@Nullable String spaceKey, String name)
Methods in com.atlassian.confluence.themes.persistence with parameters of type PersistentDecorator Modifier and Type Method Description void
PersistentDecoratorDao. remove(PersistentDecorator decorator)
void
PersistentDecoratorDao. saveOrUpdate(PersistentDecorator decorator)
-
Uses of PersistentDecorator in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade with parameters of type PersistentDecorator Modifier and Type Method Description static void
PersistentDecoratorUpgradeHelper. replaceLangMacroInDecorator(PersistentDecorator decorator)
-