Interface IThingNoteInfo

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

@Deprecated public interface IThingNoteInfo
Deprecated.
may be replaces in a future version by threaded discussions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNote(IThingID idUser, String note, long time)
    Deprecated.
    adds a new note to this thing
    Deprecated.
    get a list of INotes ordered by creation date (oldest first)
    void
    removeNote(int noteID)
    Deprecated.
    removes note from thing
  • Method Details

    • addNote

      void addNote(IThingID idUser, String note, long time) throws MetaException
      Deprecated.
      adds a new note to this thing
      Throws:
      MetaException - if thing or user is invalid
    • removeNote

      void removeNote(int noteID) throws MetaException
      Deprecated.
      removes note from thing
      Parameters:
      noteID - id of note
      Throws:
      MetaException - if noteID or thing is invalid or DB error
    • getNotes

      IListView<INote> getNotes() throws MetaException
      Deprecated.
      get a list of INotes ordered by creation date (oldest first)
      Throws:
      MetaException - if thing is invalid