Class CmsUserPublishListEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDateChanged()
      Gets the modification date of the user publish list entry.
      CmsUUID getStructureId()
      Gets the structure id of the resource in the publish list.
      CmsUUID getUserId()
      Gets the id of the user to whom the publish list entry belongs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsUserPublishListEntry

        public CmsUserPublishListEntry​(CmsUUID userId,
                                       CmsUUID structureId,
                                       long dateChanged)
        Creates a new user publish list entry.

        Parameters:
        userId - the user id of the owner of the entry (if this field is null, and this object is passed to a method which deletes user publsih list entries, this is interpreted as deleting user publish list entries for all users)
        structureId - the structure id of the publish list entry resource
        dateChanged - the date at which the publish list entry was updated
    • Method Detail

      • getDateChanged

        public long getDateChanged()
        Gets the modification date of the user publish list entry.

        Returns:
        the date changed
      • getStructureId

        public CmsUUID getStructureId()
        Gets the structure id of the resource in the publish list.

        Returns:
        the structure id of the resource in the publish list
      • getUserId

        public CmsUUID getUserId()
        Gets the id of the user to whom the publish list entry belongs.

        Returns:
        the user id of the publish list entry