Paket | mx.data |
Klass | public class MessageCacheItem |
Arv | MessageCacheItem Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | MessageCacheItem | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
item | egenskap |
item:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the item modified in this change.
Implementering
public function get item():Object
public function set item(value:Object):void
message | egenskap |
public var message:DataMessage
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | 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 | egenskap |
uid:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get uid():String
public function set uid(value:String):void
MessageCacheItem | () | Konstruktor |
public function MessageCacheItem()
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 01:40 PM Z