Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-8568

New Content Permission Remote API

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Confluence 2.5 changed the existing Remote API methods for getting Content Permissions on a Page, and provides a method for setting the Content Permissions on a Page.
      This should be documented in http://confluence.atlassian.com/display/DOC/Remote+API+Specification

      The relevant methods are

      Vector getContentPermissionSets(String token, String contentId) throws RemoteException;
      Hashtable getContentPermissionSet(String token, String contentId, String permissionType) throws RemoteException;
      Vector getContentPermissions(String token, String contentId) throws RemoteException;
      Boolean setContentPermissions(String token, String contentId, String permissionType, Vector permissions) throws RemoteException;

      Attachments

        Issue Links

          Activity

            People

              matt@atlassian.com Matt Ryall
              don.willis@atlassian.com Don Willis
              Votes:
              2 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: