Uses of Class
com.atlassian.confluence.core.PersistentDecorator
Packages that use PersistentDecorator
Package
Description
This package contains handlers that know how to create change values out of
changed objects.
-
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 PersistentDecoratorModifier and TypeMethodDescriptioncom.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 PersistentDecoratorMethods in com.atlassian.confluence.impl.themes.persistence with parameters of type PersistentDecoratorModifier and TypeMethodDescriptionvoidCachingPersistentDecoratorDao.remove(PersistentDecorator decorator) voidCachingPersistentDecoratorDao.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 PersistentDecoratorModifier and TypeMethodDescriptionCustomLayoutManager.getPersistentDecorator(String spaceKey, String decoratorName) Retrieves a custom decorator for the (spaceKey, name) combination.DefaultCustomLayoutManager.getPersistentDecorator(String spaceKey, String decoratorName) Methods in com.atlassian.confluence.themes that return types with arguments of type PersistentDecoratorModifier and TypeMethodDescriptionCustomLayoutManager.getApplicableCustomDecoratorsForSpace(String spaceKey) Returns allcustom decorators that apply to a space, whether they are space level or global level.DefaultCustomLayoutManager.getApplicableCustomDecoratorsForSpace(String spaceKey) CustomLayoutManager.getCustomGlobalDecorators()Returns all global custom decorators (does not retrieve space level decorators)DefaultCustomLayoutManager.getCustomGlobalDecorators()CustomLayoutManager.getCustomSpaceDecorators(String spaceKey) Returns all custom decorators defined for a specific space only (does not retrieve global decorators)DefaultCustomLayoutManager.getCustomSpaceDecorators(String spaceKey) Methods in com.atlassian.confluence.themes with parameters of type PersistentDecoratorModifier and TypeMethodDescriptionvoidCustomLayoutManager.remove(PersistentDecorator persistentDecorator) Removes the given custom decorator, and flushes it from the velocity cachevoidDefaultCustomLayoutManager.remove(PersistentDecorator persistentDecorator) voidCustomLayoutManager.saveOrUpdate(PersistentDecorator persistentDecorator) Saves the given decorator (or updates it if it already exists), and updates the velocity cachevoidDefaultCustomLayoutManager.saveOrUpdate(PersistentDecorator persistentDecorator) -
Uses of PersistentDecorator in com.atlassian.confluence.themes.events
Methods in com.atlassian.confluence.themes.events that return PersistentDecoratorModifier and TypeMethodDescriptionDecoratorChangedEvent.getNewDecorator()DecoratorChangedEvent.getOldDecorator()Constructors in com.atlassian.confluence.themes.events with parameters of type PersistentDecoratorModifierConstructorDescriptionDecoratorChangedEvent(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 PersistentDecoratorMethods in com.atlassian.confluence.themes.persistence with parameters of type PersistentDecoratorModifier and TypeMethodDescriptionvoidPersistentDecoratorDao.remove(PersistentDecorator decorator) voidPersistentDecoratorDao.saveOrUpdate(PersistentDecorator decorator) -
Uses of PersistentDecorator in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade with parameters of type PersistentDecoratorModifier and TypeMethodDescriptionstatic voidPersistentDecoratorUpgradeHelper.replaceLangMacroInDecorator(PersistentDecorator decorator)