Interface PublicationHelper


  • public interface PublicationHelper
    Author:
    ehugonnet
    • Method Detail

      • getUpdatedPublications

        List<PublicationDetail> getUpdatedPublications​(String spaceId,
                                                       int since,
                                                       int nbPublis)
        Get the last publications of a space updated since a specified date.
        Parameters:
        spaceId - the id of the space.
        since - the number of days to be taken into account. If 0 or negativ, no limit is taken.
        nbPublis - the max number of publications returned.
        Returns:
        the last publications of a space updated since a specified date.