2.5.
CLASS: TASK
CHAPTER 2.
API REFERENCE
Possible Error Codes:
OPERATION NOT ALLOWED
RPC name: get all
Overview:
Return a list of all the tasks known to the system.
Signature:
((task ref) Set) get_all (session_id s)
Return Type:
(task ref) Set
references to all objects
RPC name: get all records
Overview:
Return a map of task references to task records for all tasks known to the system.
Signature:
((task ref -> task record) Map) get_all_records (session_id s)
Return Type:
(task ref
→
task record) Map
records of all objects
RPC name: get uuid
Overview:
Get the uuid field of the given task.
Signature:
string get_uuid (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name label
Overview:
Get the name/label field of the given task.
Signature:
string get_name_label (session_id s, task ref self)
28