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

public interface IThingDateInfo extends IThingDateView
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 Type
    Method
    Description
    void
    putDates(Time creationDate, Time lastModifiedDate)
    puts into the cache
    void
    Sets the modified date to the current time
    void
    Sets the modified date to the current time and updates last modified user

    Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingDateView

    getCreationDate, getLastModifiedDate
  • Method Details

    • setModified

      void setModified() throws MetaException
      Sets the modified date to the current time
      Throws:
      MetaException
    • setModified

      void setModified(IThingID userID) throws MetaException
      Sets the modified date to the current time and updates last modified user
      Throws:
      MetaException
    • putDates

      void putDates(Time creationDate, Time lastModifiedDate)
      puts into the cache
      Parameters:
      creationDate -
      lastModifiedDate -