Uses of Interface
com.atlassian.confluence.pages.TrashManager
Package
Description
-
Uses of TrashManager in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionContentTrashServiceImpl
(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of TrashManager in com.atlassian.confluence.dmz.pages
Modifier and TypeInterfaceDescriptioninterface
DMZ operations on trash; see the package-info.java for rationale. -
Uses of TrashManager in com.atlassian.confluence.pages
Modifier and TypeClassDescriptionclass
This class provides utility methods for operating on the Trash -
Uses of TrashManager in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionvoid
PurgeTrashItemAction.setTrashManager
(TrashManager trashManager) void
ViewTrashAction.setTrashManager
(TrashManager trashManager) -
Uses of TrashManager in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionvoid
PagesSoapService.setTrashManager
(TrashManager trashManager)