Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Represents an element of the MessageBatch's items property. Provides the item
updated by this change, its unique identifier, and a reference to the DataMessage
for details of the change.
item:Object
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the item modified in this change.
Implementation public function get item():Object
public function set item(value:Object):void
public var message:DataMessage
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The reference to the DataMessage for this change. You can for example
access the type of message by looking at the message.operation property.
Note that changing the data in the data message can break the integrity of the system.
You can add headers to the DataMessage however to share information with the
server.
uid:String
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns a unique identifier for this item. It is the messageId of the
create message if the item has not yet been persisted and assigned a permanent
identity by the server. This gets updated after the created item has been
created and assigned a new id. For an update collection message which is modifying
a filled collection, this returns null. For an update collection message which
modifies an association property, it returns the uid of the parent item.
Implementation public function get uid():String
public function set uid(value:String):void
public function MessageCacheItem()
Constructor.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00