Uses of Interface
com.atlassian.confluence.core.Beanable

Packages that use Beanable
com.atlassian.confluence.diff.actions   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.macro.browser.actions   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.renderer.actions   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.didyoumean.actions   
com.atlassian.confluence.security.actions   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.userstatus.actions   
 

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

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

Uses of Beanable in com.atlassian.confluence.labels.actions
 

Classes in com.atlassian.confluence.labels.actions that implement Beanable
 class AddFavouriteAction
          Makes a page or blogpost the favourite of the specified user.
 class AddLabelAction
          Adds a label to a page or blog post Used for JSON requests, a list of the labels added are available under the 'labels' key of the bean.
 class AutocompleteLabelsAction
           
 class RemoveFavouriteAction
           
 class RemoveLabelAction
          Removes labels from the page or blog post.
 

Uses of Beanable in com.atlassian.confluence.macro.browser.actions
 

Classes in com.atlassian.confluence.macro.browser.actions that implement Beanable
 class BrowseMacrosAction
          Creates a Map containing a list of categories and a list of macros.
 

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

Classes in com.atlassian.confluence.mail.notification.actions that implement Beanable
 class PageNotificationAction
           
 

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

Classes in com.atlassian.confluence.pages.actions that implement Beanable
 class AbstractCommandAction
          CommandAction-implementing class that delegates to a CommandActionHelper.
 class AttachedImagesAction
          Simple Action to retrieve the details of a ContentEntityObject's image attachments.
 class AttachFileAction
          Upload attachments via a multipart request.
 class BreadcrumbAction
          Returns the breadcrumb of a page via JSON.
 class GetPagePermissionsAction
           
 class MovePageAction
          Move a page and its children to a new location in the system.
 class PageDestinationSearchAction
          An action that will perform a search in Confluence returning results suitable as targets for moving a page to a new parent.
 class RevertPageOrderAction
          Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.
 class SetPageOrderAction
          Sets the order of a page's children to the order specified by the provided child IDs.
 class SetPagePermissionsAction
          Called for a existing Page via AJAX, sets new ContentPermissions for the Page, overwriting any existing ones.
 

Uses of Beanable in com.atlassian.confluence.renderer.actions
 

Classes in com.atlassian.confluence.renderer.actions that implement Beanable
 class NotationHelpBookmarkAction
          Stores a "bookmark" of the user's current location in the wiki notation help.
 class RenderContentAction
           
 

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

Classes in com.atlassian.confluence.search.actions that implement Beanable
 class AttachmentSearchAction
           
 class ContentNameSearchAction
           An action that will take a query String from the front end and apply it as a search across the 'universal title' field within the Confluence search index.
 class DraftAttachmentSearchAction
           
 class ReindexTaskProgressAction
           
 class SearchSiteAction
           
 

Uses of Beanable in com.atlassian.confluence.search.didyoumean.actions
 

Classes in com.atlassian.confluence.search.didyoumean.actions that implement Beanable
 class IndexProgressAction
           
 

Uses of Beanable in com.atlassian.confluence.security.actions
 

Classes in com.atlassian.confluence.security.actions that implement Beanable
 class NotPermittedAction
           
 

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

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

Uses of Beanable in com.atlassian.confluence.userstatus.actions
 

Classes in com.atlassian.confluence.userstatus.actions that implement Beanable
 class AbstractUserStatusJsonResultAction
           
 class CurrentUserStatusAction
           
 class UpdateUserStatusAction
           
 



Confluence is developed by Atlassian.