Class DraftPermissionsDelegate

    • Constructor Detail

      • DraftPermissionsDelegate

        public DraftPermissionsDelegate()
    • Method Detail

      • canView

        public boolean canView​(ConfluenceUser user,
                               Draft target)
        Returns:
        true if user can view the specified target.
      • canCreate

        public boolean canCreate​(ConfluenceUser user,
                                 Object container)
        Returns:
        true if the specified user can create new instances of the target type in the specified container.
      • setSpaceManager

        public void setSpaceManager​(SpaceManager spaceManager)