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 TypeMethodDescriptionget the date of when the thing was createdget the date of when the thing was last modified
-
Method Details
-
getCreationDate
get the date of when the thing was created- Returns:
- time thing was created
- Throws:
MetaException
-
getLastModifiedDate
get the date of when the thing was last modified- Returns:
- last modified date
- Throws:
MetaException
-