Class Page

    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • getChannelId

        public String getChannelId()
      • isImplicitForeignKeysSet

        public boolean isImplicitForeignKeysSet()
        Indicates whether the implicit foreign keys, set by setImplicitForeignKeys(String, String, String, String), have been set.
        Returns:
        true if the implicit foreign keys are set, false otherwise.
        Since:
        6.2.0
      • setImplicitForeignKeys

        public void setImplicitForeignKeys​(String accessControlListId,
                                           String parentAccessControlListId,
                                           String propertyBagId,
                                           String parentPropertyBagId)
        Sets the implicit foreign keys in this page. Required before it can be properly persisted to the database.
        Parameters:
        accessControlListId - the identifier for this page's ACL. Must be null if the page will be added (will be auto-generated).
        parentAccessControlListId - the identifier of the parent of this page's ACL.
        propertyBagId - the identifier for this page's property bag. Must be null if the page will be added. (will be auto-generated).
        parentPropertyBagId - the identifier for the parent of this page's property bag.
        Since:
        6.2.0
      • getName

        public String getName()