Interface LocalizedAttachment
-
- All Superinterfaces:
Attachment
,Contribution
,Instance<Contribution>
,LocalizedContribution
,Nameable
,Securable
,Serializable
,SilverpeasResource
,Translation
- All Known Implementing Classes:
Document
,HistorisedDocument
,HistorisedDocumentVersion
,SimpleDocument
,SimpleDocumentVersion
public interface LocalizedAttachment extends Attachment, LocalizedContribution
An attachment localized in a given language.- Author:
- mmoquillon
-
-
Method Summary
-
Methods inherited from interface org.silverpeas.core.contribution.model.Attachment
getAttachmentPath, getContentType, getDisplayIcon, getFilename, getMajorVersion, getMinorVersion, getSize, getTitle, getVersion, isVersioned
-
Methods inherited from interface org.silverpeas.core.contribution.model.Contribution
canBeAccessedBy, getContributionType, getDescription, getIdentifier, getModel, getName, getResourcePath, isIndexable
-
Methods inherited from interface org.silverpeas.core.contribution.model.LocalizedContribution
getLanguage
-
Methods inherited from interface org.silverpeas.core.security.Securable
canBeDeletedBy, canBeFiledInBy, canBeModifiedBy
-
Methods inherited from interface org.silverpeas.core.SilverpeasResource
getCreationDate, getCreator, getLastUpdateDate, getLastUpdater
-
-