Uses of Interface
com.atlassian.confluence.pages.actions.PageAware

Packages that use PageAware
com.atlassian.confluence.diff.actions   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.quickcomment   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.plugins.viewstorage   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.user.actions   
 

Uses of PageAware in com.atlassian.confluence.diff.actions
 

Classes in com.atlassian.confluence.diff.actions that implement PageAware
 class ViewDiffOfDraftAction
           
 

Uses of PageAware in com.atlassian.confluence.importexport.actions
 

Classes in com.atlassian.confluence.importexport.actions that implement PageAware
 class ExportPageAction
           
 

Uses of PageAware in com.atlassian.confluence.mail.notification.actions
 

Classes in com.atlassian.confluence.mail.notification.actions that implement PageAware
 class AlterPageNotificationAction
           
 class ListWatchersAction
          Returns a list of the people watching a page as two lists: one for space watchers, one for page watchers.
 

Uses of PageAware in com.atlassian.confluence.pages.actions
 

Classes in com.atlassian.confluence.pages.actions that implement PageAware
 class AbstractCreateAndEditPageAction
           
 class AbstractCreatePageAction
          Functions shared between creating pages and blog posts.
 class AbstractDiffPagesAction
           
 class AbstractEditAttachedFileAction
          Deprecated. since 2.9
 class AbstractEditPageAction
           
 class AbstractFileAttachmentAction
          Deprecated. since 2.9
 class AbstractPageAction
           
 class AbstractPageAwareAction
          Parent class for actions which operate on AbstractPages (pages or blog posts).
 class AbstractPageChangeAction
          Deprecated. since 2.9
 class AbstractPreviewPageAction
           
 class AbstractTemplatePageAction
          An abstract action for actions that use page templates.
 class AddCommentAction
           
 class BreadcrumbAction
          Returns the breadcrumb of a page via JSON.
 class ChildrenAction
           
 class CopyPageAction
           
 class CreateBlogPostAction
           
 class CreatePageAction
           
 class CreatePageEntryAction
          An action that performs relevant authorisation checks when trying to enter the 'add page' screen.
 class DiffPagesAction
           
 class DiffPagesByVersionAction
           
 class DownloadAllAttachmentsOnPageAction
           
 class EditBlogPostAction
           
 class EditCommentAction
           
 class EditPageAction
           
 class ExportWordPageAction
          Deprecated. since 2.9
 class GetPagePermissionsAction
           
 class HandleNameConflictsAction
           
 class InsertImageInPageAction
          Deprecated. since 3.1 this action is no longer required by Confluence. Use AttachFileAction to attach files and AttachedImagesAction to view the current attached images.
 class MoveAttachmentAction
           
 class MovePageDialogAction
          An action for suppling panels in the MovePageDialog as they are required.
 class PageChildrenAction
           
 class PageInfoAction
           
 class PageNotPermittedAction
           
 class PageVariablesAction
           
 class RemoveAttachedFileAction
           
 class RemoveCommentAction
           
 class RemovePageAction
           
 class RemovePagePermissionAction
           
 class ReorderPageDialogAction
          An action for supplying panels for the re-order page of the MovePageDialog.
 class RevertPageBackToVersionAction
           
 class SetPagePermissionsAction
          Called for a existing Page via AJAX, sets new ContentPermissions for the Page, overwriting any existing ones.
 class ViewChangesSinceLastEditAction
           
 class ViewChangesSinceLastLoginAction
           
 class ViewPageAction
           
 class ViewPageAttachmentsAction
           
 class ViewPreviousVersionsAction
           
 

Uses of PageAware in com.atlassian.confluence.plugins.quickcomment
 

Classes in com.atlassian.confluence.plugins.quickcomment that implement PageAware
 class QuickCommentEditorAction
           
 

Uses of PageAware in com.atlassian.confluence.plugins.viewsource
 

Classes in com.atlassian.confluence.plugins.viewsource that implement PageAware
 class ViewSourceAction
           
 

Uses of PageAware in com.atlassian.confluence.plugins.viewstorage
 

Classes in com.atlassian.confluence.plugins.viewstorage that implement PageAware
 class ViewStorageFormatAction
           
 

Uses of PageAware in com.atlassian.confluence.search.actions
 

Classes in com.atlassian.confluence.search.actions that implement PageAware
 class AttachmentSearchAction
          Finds all the attachments on the selected page that match the provided filetype(s).
 

Uses of PageAware in com.atlassian.confluence.user.actions
 

Classes in com.atlassian.confluence.user.actions that implement PageAware
 class EditNotificationsAction
           
 class FindRestrictableEntitiesAction
          Accepts potential users and/or group names with an optional entity type and returns the entities found.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.