Pacote | mx.data |
Classe | public class ChangedItems |
Herança | ChangedItems Object |
Implementações | IExternalizable |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
createdItems : Array
The items created since the change time. | ChangedItems | ||
deletedItemIds : Array
The identities of items deleted since the change time. | ChangedItems | ||
fillParameters : Array
The fill parameters that describe which fill the changed items are
associated with. | ChangedItems | ||
resultTimestamp : Date
The timestamp indicating when this result was computed. | ChangedItems | ||
sinceTimestamp : Date
The timestamp for which we are describing changed items, i.e. | ChangedItems | ||
updatedItems : Array
The existing items updated since the change time. | ChangedItems |
createdItems | propriedade |
public var createdItems:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The items created since the change time.
deletedItemIds | propriedade |
public var deletedItemIds:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The identities of items deleted since the change time. Each item is identified using either a single simple primary key value (i.e. string or number), or a complex identity derived from multiple fields. For complex identities, the value is a map of identity field names to their values.
fillParameters | propriedade |
public var fillParameters:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The fill parameters that describe which fill the changed items are associated with.
resultTimestamp | propriedade |
public var resultTimestamp:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The timestamp indicating when this result was computed. Useful for use as the "sinceTimestamp" argument for the next synchronizeFill() request.
sinceTimestamp | propriedade |
public var sinceTimestamp:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The timestamp for which we are describing changed items, i.e. items that have changed since the specified time.
updatedItems | propriedade |
public var updatedItems:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
The existing items updated since the change time.
Wed Jun 13 2018, 11:10 AM Z