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.
may be replaces in a future version by threaded discussions
-
Method Summary
-
Method Details
-
addNote
Deprecated.adds a new note to this thing- Throws:
MetaException
- if thing or user is invalid
-
removeNote
Deprecated.removes note from thing- Parameters:
noteID
- id of note- Throws:
MetaException
- if noteID or thing is invalid or DB error
-
getNotes
Deprecated.get a list of INotes ordered by creation date (oldest first)- Throws:
MetaException
- if thing is invalid
-