Interface SilverContentInterface

    • Method Detail

      • getName

        String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: Contribution
        Gets the name of this contribution. The name is in a contribution its title.
        Specified by:
        getName in interface Contribution
        Specified by:
        getName in interface Nameable
        Returns:
        the contribution title.
      • getName

        String getName​(String language)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDescription

        String getDescription​(String language)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getURL

        String getURL()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getInstanceId

        String getInstanceId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDate

        String getDate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSilverCreationDate

        String getSilverCreationDate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIconUrl

        String getIconUrl()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCreatorId

        String getCreatorId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLanguages

        Collection<String> getLanguages()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getComponentInstanceId

        default String getComponentInstanceId()
        Deprecated, for removal: This API element is subject to removal in a future version.
        SilverpeasContent default implementations.
        Specified by:
        getComponentInstanceId in interface SilverpeasContent
        Returns:
        the unique identifier of the component instance in the Silverpeas collaborative portal.
      • getCreator

        default User getCreator()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SilverpeasResource
        Gets the user that has created the resource.
        Specified by:
        getCreator in interface SilverpeasResource
        Returns:
        a User in Silverpeas.
      • getLastUpdater

        default User getLastUpdater()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SilverpeasResource
        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.
        Specified by:
        getLastUpdater in interface SilverpeasResource
        Returns:
        a User in Silverpeas.
      • getCreationDate

        default Date getCreationDate()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SilverpeasResource
        Gets the date at which the resource has been created.
        Specified by:
        getCreationDate in interface SilverpeasResource
        Returns:
        the date of creation of the resource.
      • getLastUpdateDate

        default Date getLastUpdateDate()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SilverpeasResource
        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.
        Specified by:
        getLastUpdateDate in interface SilverpeasResource
        Returns:
        the date of the last update of the resource.