|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a referential context in which identifiers can be resolved to times, or accession events, in the past.
NMDSSession,
NMDSFacade| Field Summary | |
static int |
ACCESSION_NOT_REWOUND
|
static java.util.Date |
TIME_NOT_REWOUND
|
| Method Summary | |
int |
getRewindAccessionNumber()
Get the accession number the context is rewound to. |
java.util.Date |
getRewindTime()
Get the time the context is rewound to. |
boolean |
isRewound()
Is this context rewound? |
void |
returnToCurrent()
Return from a rewind. |
int |
rewindToAccessionNumber(int accNo)
Rewind the context to a particular accession number. |
int |
rewindToTime(java.util.Date time)
Rewind the context to an earlier time. |
| Field Detail |
public static final int ACCESSION_NOT_REWOUND
public static final java.util.Date TIME_NOT_REWOUND
| Method Detail |
public boolean isRewound()
public int getRewindAccessionNumber()
public java.util.Date getRewindTime()
public int rewindToTime(java.util.Date time)
throws NMDSException
time - the time to rewind to.
NMDSException
public int rewindToAccessionNumber(int accNo)
throws NMDSException
accNo - the accession number to rewind to.
NMDSException
public void returnToCurrent()
throws NMDSException
NMDSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||