- java.lang.Object
-
- swim.db.Seed
-
public class Seed extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Seed
committed(long updated, PageRef newRootRef)
long
created()
static Seed
fromValue(Value value)
PageRef
rootRef(PageContext pageContext)
Value
rootRefValue()
int
stem()
String
toString()
Value
toValue()
TreeType
treeType()
Seed
uncommitted(PageRef newRootRef)
long
updated()
-
-
-
Method Detail
-
treeType
public TreeType treeType()
-
stem
public int stem()
-
created
public long created()
-
updated
public long updated()
-
rootRefValue
public Value rootRefValue()
-
rootRef
public PageRef rootRef(PageContext pageContext)
-
toValue
public Value toValue()
-
-