public interface IArchivedInfo
Modifier and Type | Method and Description |
---|---|
long |
getArchiveDate()
date of deletion
|
IThingID |
getDeletor()
get thingID of user who archived thing
|
Object |
getExtraInfo()
allows you to get transient data in cache
|
long |
getMaxAge()
returns non-zero if scheduled to be deleted
|
void |
setExtraInfo(Object data)
allows you to set transient data in cache
|
IThingID getDeletor() throws MetaException
MetaException
long getArchiveDate() throws MetaException
MetaException
long getMaxAge() throws MetaException
MetaException
void setExtraInfo(Object data)
Object getExtraInfo()