public interface History<P extends DataObject>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.util.Date val) |
P |
getAsPeer()
Get the Peer object and restore state to that of the History object.
|
java.util.Date |
getEndTimeAsDate() |
P |
getNew()
Return a new uncommited peer-class object with the initial contents
taken from the history object.
|
P |
getPeer()
Get the current version of the Peer object.
|
int |
getPeerID() |
java.util.Date |
getStartTimeAsDate() |
boolean |
matchIntegerProperty(java.lang.String key,
int val) |
boolean |
overlapps(java.util.Date start,
java.util.Date end) |
void |
release() |
void |
terminate()
Indicate peer object has been deleted
probably want to obtain this object using Factory.update
|
boolean contains(java.util.Date val)
P getAsPeer() throws DataException
DataException
java.util.Date getEndTimeAsDate()
P getNew() throws DataFault
DataFault
P getPeer() throws DataException
DataException
int getPeerID()
java.util.Date getStartTimeAsDate()
boolean overlapps(java.util.Date start, java.util.Date end)
void terminate()
void release()
boolean matchIntegerProperty(java.lang.String key, int val)