Interface IThingDateInfo
- All Superinterfaces:
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
,ITopic
,ITopic
,IUser
,IWorkspace
,IXType
Get and set the thing dates
note that creation date can't be modified
setModified must be explicitly called...no operations/SPs at this level change it
setModified uses the current system time.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
puts into the cachevoid
Sets the modified date to the current timevoid
setModified
(IThingID userID) Sets the modified date to the current time and updates last modified userMethods inherited from interface com.webmethods.portal.service.meta2.thing.IThingDateView
getCreationDate, getLastModifiedDate
-
Method Details
-
setModified
Sets the modified date to the current time- Throws:
MetaException
-
setModified
Sets the modified date to the current time and updates last modified user- Throws:
MetaException
-
putDates
puts into the cache- Parameters:
creationDate
-lastModifiedDate
-
-