Interface IThingDateView

All Known Subinterfaces:
IArchived, IBizPolicyData, ICategory, IContainer, IContent, IDirServiceThing, IFolder, IForm, IForum, IGroup, IHandlerData, ILink, IMechanicsData, IMessage, IPortlet, IPrincipal, IRelation, IRole, ISchedule, IServiceThing, IStyle, ITemplate, IThing, IThingComponentData, IThingDateInfo, ITopic, ITopic, IUser, IWorkspace, IXType

public interface IThingDateView
Get the thing dates
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get the date of when the thing was created
    get the date of when the thing was last modified
  • Method Details

    • getCreationDate

      Time getCreationDate() throws MetaException
      get the date of when the thing was created
      Returns:
      time thing was created
      Throws:
      MetaException
    • getLastModifiedDate

      Time getLastModifiedDate() throws MetaException
      get the date of when the thing was last modified
      Returns:
      last modified date
      Throws:
      MetaException