Interface IArchivedInfo

All Known Subinterfaces:
IArchived

public interface IArchivedInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    date of deletion
    get thingID of user who archived thing
    allows you to get transient data in cache
    long
    returns non-zero if scheduled to be deleted
    void
    allows you to set transient data in cache
  • Method Details

    • getDeletor

      IThingID getDeletor() throws MetaException
      get thingID of user who archived thing
      Throws:
      MetaException
    • getArchiveDate

      long getArchiveDate() throws MetaException
      date of deletion
      Throws:
      MetaException
    • getMaxAge

      long getMaxAge() throws MetaException
      returns non-zero if scheduled to be deleted
      Throws:
      MetaException
    • setExtraInfo

      void setExtraInfo(Object data)
      allows you to set transient data in cache
    • getExtraInfo

      Object getExtraInfo()
      allows you to get transient data in cache