Meeting Topic Task

Meeting Topic Task#

Meeting Topic Task defines a task assigned to a meeting topic. You can get the meeting topic tasks by retrieving the children of a Meeting Topic and checking for documentClass of type NF_MeetingTopicTask.

A Meeting Topic Task can only exists belo a Meeting Topic.

Meeting Topic Task (HW_Object)#

An Meeting Topic Task object is a standard Hyperwave Object of documentClass NF_MeetingTopicTask, and type of document.

Attribute Name

Attribute Type

Comments

id

String

The globally Unique ID of the object

documentClass

String

“NF_MeetingTopicTask”

type

String

“document”

version

String

Current version of the object

author

String

Name of the user who created this object

creationDate

DateTime

Date & Time of Creation

modificationDate

DateTime

Date & Time of last modification

name

String

The name of the object

title

String

Title of the object usually shown to the users

path

String

Path relative to the server

downloadProhibited

Boolean

Whether the download is prohibited or not

writeAccess

Boolean

Whether writing is allowed for the current user

documentType

String

“”

This object is a leaf object and can not, therefore, have children.

Additionally to the standard HW_Object, we have the following attributes in a Meeting Topic Task:

Attribute Name

Attribute Type

Comments

description

String

Description of the task

duedate

DateTime

When the task is due

status

String

Whether it is “open” or “done”

owner

List<NFParticipant>

JSON-Array representing alist of NFParticipant (s. below)

owner

This is the owner of the task, i.e. the person responsible for completing this task. Though there is only one owner, the server returns (by definition) an array with at most one entry.

Example:

owner: [
    {
        UObjrealname: "Tom Krempl",
        UObjname: "ID-29855.6518164830361-1"
    }
]