org.ektorp.support
Class Revisions

java.lang.Object
  extended by org.ektorp.support.Revisions
All Implemented Interfaces:
Serializable

public class Revisions
extends Object
implements Serializable

Author:
henrik
See Also:
Serialized Form

Constructor Summary
Revisions(long start, List<String> ids)
           
 
Method Summary
 List<String> getIds()
           
 long getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Revisions

public Revisions(long start,
                 List<String> ids)
Method Detail

getIds

public List<String> getIds()
Returns:
A list of valid revision IDs, in reverse order (latest first)

getStart

public long getStart()
Returns:
Prefix number for the latest revision


Copyright © 2011. All Rights Reserved.