2.4.
CLASS: SESSION
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the session instance with the specified UUID.
Signature:
(session ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
session ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given session.
Signature:
(session record) get_record (session_id s, session ref self)
Arguments:
type
name
description
session ref
self
reference to the object
Return Type:
session record
all fields from the object
25