Interface IThingInfo

All Superinterfaces:
IThingInfoView
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 IThingInfo extends IThingInfoView
Store a nice little clob for our thing
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    just put info in cache
    void
    Allows an unlimited text string to be associated with a thing.

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

    getInfo
  • Method Details

    • setInfo

      void setInfo(String info) throws MetaException
      Allows an unlimited text string to be associated with a thing. Would be useful for XML, CSV, properties, etc persist to DB
      Throws:
      MetaException
    • putInfo

      void putInfo(String info)
      just put info in cache