Uses of Class
org.silverpeas.attachment.model.SimpleDocumentVersion

Packages that use SimpleDocumentVersion
org.silverpeas.attachment.model   
 

Uses of SimpleDocumentVersion in org.silverpeas.attachment.model
 

Methods in org.silverpeas.attachment.model that return SimpleDocumentVersion
 SimpleDocumentVersion SimpleDocumentVersion.getPreviousVersion()
           
 SimpleDocumentVersion HistorisedDocument.getPreviousVersion()
           
 SimpleDocumentVersion HistorisedDocument.getVersionIdentifiedBy(String id)
          Gets from the history the version identified by the given identifier.
 

Methods in org.silverpeas.attachment.model that return types with arguments of type SimpleDocumentVersion
 List<SimpleDocumentVersion> HistorisedDocument.getFunctionalHistory()
          Returns functional history based on versions and indexes.
 List<SimpleDocumentVersion> HistorisedDocument.getHistory()
          Returns technical history (as the JCR)
 

Methods in org.silverpeas.attachment.model with parameters of type SimpleDocumentVersion
 void SimpleDocumentVersion.setPreviousVersion(SimpleDocumentVersion previousVersion)
           
 

Method parameters in org.silverpeas.attachment.model with type arguments of type SimpleDocumentVersion
 void HistorisedDocument.setHistory(List<SimpleDocumentVersion> history)
           
 

Constructors in org.silverpeas.attachment.model with parameters of type SimpleDocumentVersion
HistorisedDocumentVersion(SimpleDocumentVersion version)
          Default constructor.
 



Copyright © 2016 Silverpeas. All Rights Reserved.