Interface WithThumbnail
-
- All Known Implementing Classes:
PublicationDetail
public interface WithThumbnail
An interface to indicate that a resource or a contribution supports thumbnail. All resources or contributions that can have a thumbnail to represent them should implement this interface. This interface is used in Silverpeas Core for performing transverse operations on thumbnails like, for example, the deletion of the thumbnail of a contribution when this contribution is being deleted.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Thumbnail
getThumbnail()
The thumbnail of the underlying resource or contribution in Silverpeas.
-