Uses of Class
org.xwiki.rest.model.jaxb.HistorySummary

Packages that use HistorySummary
org.xwiki.rest   
org.xwiki.rest.model.jaxb   
 

Uses of HistorySummary in org.xwiki.rest
 

Methods in org.xwiki.rest that return HistorySummary
static HistorySummary DomainObjectFactory.createHistorySummary(ObjectFactory objectFactory, java.net.URI baseUri, java.lang.String wikiName, java.lang.String spaceName, java.lang.String pageName, java.lang.String language, org.suigeneris.jrcs.rcs.Version version, java.lang.String modifier, java.util.Date modified)
           
 

Uses of HistorySummary in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb with type parameters of type HistorySummary
protected  java.util.List<HistorySummary> History.historySummaries
           
 

Methods in org.xwiki.rest.model.jaxb that return HistorySummary
 HistorySummary ObjectFactory.createHistorySummary()
          Create an instance of HistorySummary
 HistorySummary HistorySummary.withLanguage(java.lang.String value)
           
 HistorySummary HistorySummary.withLinks(java.util.Collection<Link> values)
           
 HistorySummary HistorySummary.withLinks(Link... values)
           
 HistorySummary HistorySummary.withMajorVersion(int value)
           
 HistorySummary HistorySummary.withMinorVersion(int value)
           
 HistorySummary HistorySummary.withModified(java.util.Calendar value)
           
 HistorySummary HistorySummary.withModifier(java.lang.String value)
           
 HistorySummary HistorySummary.withName(java.lang.String value)
           
 HistorySummary HistorySummary.withPageId(java.lang.String value)
           
 HistorySummary HistorySummary.withSpace(java.lang.String value)
           
 HistorySummary HistorySummary.withVersion(java.lang.String value)
           
 HistorySummary HistorySummary.withWiki(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type HistorySummary
 java.util.List<HistorySummary> History.getHistorySummaries()
          Gets the value of the historySummaries property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type HistorySummary
 History History.withHistorySummaries(HistorySummary... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type HistorySummary
 History History.withHistorySummaries(java.util.Collection<HistorySummary> values)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.