패키지 | mx.data |
클래스 | public class ChangedItems |
상속 | ChangedItems Object |
구현 | IExternalizable |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.0 |
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | 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 | 속성 |
public var createdItems:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.0 |
The items created since the change time.
deletedItemIds | 속성 |
public var deletedItemIds:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | 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 | 속성 |
public var fillParameters:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.0 |
The fill parameters that describe which fill the changed items are associated with.
resultTimestamp | 속성 |
public var resultTimestamp:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | 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 | 속성 |
public var sinceTimestamp:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | 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 | 속성 |
public var updatedItems:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.0 |
The existing items updated since the change time.
Tue Jun 12 2018, 03:17 PM Z