Interface SilverpeasResource

    • Method Detail

      • getIdentifier

        <T extends ResourceIdentifier> T getIdentifier()
        Gets the unique identifier of this resource.
        Returns:
        the ResourceIdentifier object representing the unique identifier of the resource.
      • getCreationDate

        Date getCreationDate()
        Gets the date at which the resource has been created.
        Returns:
        the date of creation of the resource.
      • getLastUpdateDate

        Date getLastUpdateDate()
        Gets the date at which the resource has been lastly updated. If the resource doesn't have such an information, then this method should return the date of the resource creation.
        Returns:
        the date of the last update of the resource.
      • getCreator

        User getCreator()
        Gets the user that has created the resource.
        Returns:
        a User in Silverpeas.
      • getLastUpdater

        User getLastUpdater()
        Gets the user that has lastly updated the resource. If the resource doesn't have such an information, then this method should return the user that has created the resource.
        Returns:
        a User in Silverpeas.