This class is a data structure for the Session Message. It is the common location for all this data.
SessionMessageTransferData() |
| public | setlog_service_url(newValue:String) | ||
| public | getlog_service_url() | ||
| public | setauth_token(newValue:String) | ||
| public | getauth_token() | ||
| public | setsession_id(newValue:String) | ||
| public | getsession_id() | ||
| public | setuser_guid(newValue:String) | ||
| public | getuser_guid() | ||
| public | setcontainer_id(newValue:String) | ||
| public | getcontainer_id() | ||
| public | setsource_id(newValue:String) | ||
| public | getsource_id() | ||
| public | setexternal_object_id(newValue:String) | ||
| public | getexternal_object_id() | ||
| public | setclass_id(newValue:String) | ||
| public | getclass_id() | ||
| public | settreatment_id(newValue:String) | ||
| public | gettreatment_id() | ||
| public | setassignment_id(newValue:String) | ||
| public | getassignment_id() | ||
| public | setinfo_type(newValue:String) | ||
| public | getinfo_type() |
SessionMessageTransferData()
Constructor
public setlog_service_url(newValue:String):Void
public getlog_service_url():String
public setauth_token(newValue:String):Void
public getauth_token():String
public setsession_id(newValue:String):String
Set the session_id value. This is needed to maintain session.
- Parameters
newValue (String)- = the session value. If the param newValue is undefined, try to use _level0.session_id and if that doesn't work, create a session dynamically from a date. The format will be DefaultSession18:6:27.135- Returns
- A string that describes how the value was set. values include "set by value sent to library from tutor", "set by flashvars named session_id", and "set to default". You can call checkUserAndSessionValidity in the library to check the validity of this variable.
public getsession_id():String
public setuser_guid(newValue:String):String
Set the user_guid value. This is needed to maintain session.
- Parameters
newValue (String)- = the session value. If the param newValue is undefined, try to use _level0.session_id and if that doesn't work, create a session dynamically from a date. The format will be DefaultSession18:6:27.135- Returns
- A string that describes how the value was set. values include "set by value sent to library from tutor", "set by flashvars named session_id", and "set to default". You can call checkUserAndSessionValidity in the library to check the validity of this variable.
public getuser_guid():String
public setcontainer_id(newValue:String):Void
public getcontainer_id():String
public setsource_id(newValue:String):Void
public getsource_id():String
public setexternal_object_id(newValue:String):Void
public getexternal_object_id():String
public setclass_id(newValue:String):Void
public getclass_id():String
public settreatment_id(newValue:String):Void
public gettreatment_id():String
public setassignment_id(newValue:String):Void
public getassignment_id():String
public setinfo_type(newValue:String):Void
public getinfo_type():String