Class AbstractPublicationResource

    • Constructor Detail

      • AbstractPublicationResource

        public AbstractPublicationResource()
    • Method Detail

      • getPublications

        protected List<PublicationEntity> getPublications​(String nodeId,
                                                          boolean withAttachments)
        Gets the nodes that are children of a parent node.
        Parameters:
        nodeId - The ID of the parent node.
        withAttachments - Indicated whether attachments related to publications are required.
        Returns:
        An array of the nodes whose parent is the node matching the specified ID.
      • isNodeReadable

        protected abstract boolean isNodeReadable​(NodePK nodePK)
      • getNodeService

        protected NodeService getNodeService()