| Package | com.adobe.rtc.sharedModel.userQueueClasses |
| Class | public class UserQueueItem |
| Implements | IValueObjectEncodable |
See also
| Property | Defined by | ||
|---|---|---|---|
| dealtBy : String
Who affected the status of this UserQueueItem?
| UserQueueItem | ||
| descriptor : Object
The object that describes information about the queueitem
| UserQueueItem | ||
| message : String
The optional message that came along with the request.
| UserQueueItem | ||
| position : int = -1
The position in the queue of this UserQueueItem.
| UserQueueItem | ||
| response : String
The optional response that came along with the accept, deny, or cancel request.
| UserQueueItem | ||
| status : int = 0
The status of this UserQueueItem.
| UserQueueItem | ||
| userID : String
Who posted this request?
| UserQueueItem | ||
| Method | Defined by | ||
|---|---|---|---|
|
createValueObject():Object
Creates a ValueObject representation of this MessageItem.
| UserQueueItem | ||
|
readValueObject(p_valueObject:Object):void
Takes in a
valueObject and structure the MessageItem according to the values therein. | UserQueueItem | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS_ACCEPTED : int = 1 [static]
Requests are accepted when a queue manager accepts them.
| UserQueueItem | ||
| STATUS_CANCELED : int = 3 [static]
Requests are canceled when a user cancels it or a queue manager cancels it for them.
| UserQueueItem | ||
| STATUS_DENIED : int = 2 [static]
Requests are denied when a queue manager denies them.
| UserQueueItem | ||
| STATUS_PENDING : int = 0 [static]
Requests are pending when a queue manager hasn't dealt with them yet.
| UserQueueItem | ||
| dealtBy | property |
public var dealtBy:StringWho affected the status of this UserQueueItem?
| descriptor | property |
public var descriptor:ObjectThe object that describes information about the queueitem
| message | property |
public var message:StringThe optional message that came along with the request.
| position | property |
public var position:int = -1The position in the queue of this UserQueueItem.
| response | property |
public var response:StringThe optional response that came along with the accept, deny, or cancel request.
| status | property |
public var status:int = 0The status of this UserQueueItem.
| userID | property |
public var userID:StringWho posted this request?
| createValueObject | () | method |
public function createValueObject():ObjectCreates a ValueObject representation of this MessageItem.
ReturnsObject — An Object which represents the non-default values for this MessageItem
which is suitable for consumption by readValueObject.
|
| readValueObject | () | method |
public function readValueObject(p_valueObject:Object):void
Takes in a valueObject and structure the MessageItem according to the values therein.
p_valueObject:Object — An Object which represents the non-default values for this MessageItem.
|
| STATUS_ACCEPTED | constant |
public static const STATUS_ACCEPTED:int = 1
Requests are accepted when a queue manager accepts them. Look at the
dealtBy userID to see who accepted the request.
| STATUS_CANCELED | constant |
public static const STATUS_CANCELED:int = 3
Requests are canceled when a user cancels it or a queue manager cancels it for them.
Look at the dealtBy userID to see who canceled the request.
| STATUS_DENIED | constant |
public static const STATUS_DENIED:int = 2
Requests are denied when a queue manager denies them. Look at the
dealtBy userID to see who denied the request.
| STATUS_PENDING | constant |
public static const STATUS_PENDING:int = 0Requests are pending when a queue manager hasn't dealt with them yet. Requests start in this status.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/sharedModel/userQueueClasses/UserQueueItem.html