| java.lang.Object org.garret.perst.Persistent org.garret.rdf.Thing
timestamp | public Date timestamp(Code) | | Version creation timestamp
|
type | public Thing type(Code) | | Particular version of type of the object
|
get | public Object[] get(String propName)(Code) | | Get values of the property with given name
Parameters: propName - name of the proiperty |
isInstanceOf | public boolean isInstanceOf(VersionHistory superType, SearchKind kind, Date timestamp)(Code) | | Check if object belongs to the partiular type
Parameters: superType - version history representing object type Parameters: kind - search kind Parameters: timestamp - timestamp used to locate version true if type of the object is the same or is subtype of specified type |
isLatest | public boolean isLatest()(Code) | | Check if it is the latest version in version history
true if version is the last in version history |
isSubTypeOf | public boolean isSubTypeOf(VersionHistory superType, SearchKind kind, Date timestamp)(Code) | | This method is applicable only to objects represnting types and
checks if this type is the same or subtype of specified type
Parameters: superType - version history representing object type Parameters: kind - search kind Parameters: timestamp - timestamp used to locate version true if this type is the same or is subtype of specified type |
|
|