Interface IArchivedInfo
- All Known Subinterfaces:
IArchived
public interface IArchivedInfo
-
Method Summary
Modifier and TypeMethodDescriptionlong
date of deletionget thingID of user who archived thingallows you to get transient data in cachelong
returns non-zero if scheduled to be deletedvoid
setExtraInfo
(Object data) allows you to set transient data in cache
-
Method Details
-
getDeletor
get thingID of user who archived thing- Throws:
MetaException
-
getArchiveDate
date of deletion- Throws:
MetaException
-
getMaxAge
returns non-zero if scheduled to be deleted- Throws:
MetaException
-
setExtraInfo
allows you to set transient data in cache -
getExtraInfo
Object getExtraInfo()allows you to get transient data in cache
-