2.5.
CLASS: TASK
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the task instance with the specified UUID.
Signature:
(task ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
task ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given task.
Signature:
(task record) get_record (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
task record
all fields from the object
RPC name: get by name label
Overview:
Get all the task instances with the given label.
Signature:
((task ref) Set) get_by_name_label (session_id s, string label)
Arguments:
type
name
description
string
label
label of object to return
Return Type:
(task ref) Set
references to objects with matching names
34