Class DenormalisedContentViewPermission

  • All Implemented Interfaces:
    NotExportable, Serializable

    public class DenormalisedContentViewPermission
    extends Object
    implements Serializable, NotExportable
    Supports a denormalised relation between content id and sid id (sid represents user or group or authenticated user or anonymous user. Only "VIEW" permissions are supported. It's because plugins need a list of "visible pages". No one plugin needs to get "list of editable pages". In contrast, denormalised space permission functionality supports getting "spaces where the user can create a page" because it is used in "create new page" functionality.
    Since:
    7.11.0
    See Also:
    Serialized Form
    • Constructor Detail

      • DenormalisedContentViewPermission

        public DenormalisedContentViewPermission()
      • DenormalisedContentViewPermission

        public DenormalisedContentViewPermission​(long contentId,
                                                 long sidId)