Package | mx.data |
Class | public class MessageCacheItem |
Inheritance | MessageCacheItem Object |
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
item : Object
Returns the item modified in this change. | MessageCacheItem | ||
message : DataMessage
The reference to the DataMessage for this change. | MessageCacheItem | ||
uid : String
Returns a unique identifier for this item. | MessageCacheItem |
Method | Defined By | ||
---|---|---|---|
Constructor. | MessageCacheItem | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
item | property |
message | property |
public var message:DataMessage
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services for Java EE 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 | property |
uid:String
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services for Java EE 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
MessageCacheItem | () | Constructor |
public function MessageCacheItem()
Constructor.
Wed Nov 21 2018, 06:34 AM -08:00