|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Snapshot
Interface Snapshot represents a snapshot that contains all of the form and user state when created.
See SnapshotManager.createSnapshot(Map, Date)
for details.
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Returns the date the snapshot is created. |
java.util.Date |
getExpiryDate()
Returns the expiry date used to create the snapshot or null if the snapshot never expires. |
java.util.Map<java.lang.String,java.lang.String> |
getFields()
Returns a map of snapshot fields that contain key value pairs (additional information for a snapshot) or null if no additional information exists. |
java.lang.String |
getSnapshotId()
Returns the snapshot id which is a unique identifier generated automatically and cannot be changed. |
Method Detail |
---|
java.lang.String getSnapshotId()
java.util.Date getCreationDate()
java.util.Date getExpiryDate()
java.util.Map<java.lang.String,java.lang.String> getFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |