Uses of Interface
org.apache.portals.graffito.model.core.HistoryElement

Packages that use HistoryElement
org.apache.portals.graffito.model.core   
org.apache.portals.graffito.services.core   
 

Uses of HistoryElement in org.apache.portals.graffito.model.core
 

Methods in org.apache.portals.graffito.model.core that return HistoryElement
 HistoryElement HistoryElement.getPrevious()
          Get the previous history element
 

Methods in org.apache.portals.graffito.model.core with parameters of type HistoryElement
 void HistoryElement.setPrevious(HistoryElement historyElement)
          Set the previous history element
 

Uses of HistoryElement in org.apache.portals.graffito.services.core
 

Methods in org.apache.portals.graffito.services.core that return HistoryElement
 HistoryElement ContentVersionService.getHistory(java.lang.String uri)
          Get the last history element associated to an uri
 HistoryElement ContentVersionService.getHistory(VersionnedContent versionnedContent)
          Get the history element associated to a specific versionned content
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.