Pakiet | mx.data |
Interfejs | public interface IChangeObject |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Conflicts represent an error that has occurred due to an update operation. Conflicts are generated for many reasons. For example, another client has updated the same property of an item.
Conflicts are determined by both the remote destination and the local DataService. A conflict detected by the DataService is considered a local conflict. A conflict detected by the remote destination is a remote conflict.
This interface is used when detecting local conflicts.
Local conflicts are determined by the ConflictDetector
object.
To customize local conflict detection the ConflictDetector
can be extended and assigned to the DataService.conflictDetector
property.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
changedPropertyNames : Array [tylko do odczytu]
The list of property names which changed as part of an
update. | IChangeObject | ||
currentVersion : Object [tylko do odczytu]
Current version of the item. | IChangeObject | ||
identity : Object [tylko do odczytu]
Identity of the item being changed. | IChangeObject | ||
message : DataMessage [tylko do odczytu]
Provides access to the local DataMessage object corresponding
to the local changes. | IChangeObject | ||
newVersion : Object [tylko do odczytu]
Remote destinations new version of the item. | IChangeObject | ||
previousVersion : Object [tylko do odczytu]
Previous version of the item. | IChangeObject |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Declares that a conflict occurred while processing this change. | IChangeObject | ||
Returns the conflict created with a previous call to the
conflict() method. | IChangeObject | ||
Indicates if the change is due to a new item. | IChangeObject | ||
Indicates if the item was deleted. | IChangeObject | ||
Indicates if the change is due to an update. | IChangeObject |
changedPropertyNames | właściwość |
changedPropertyNames:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The list of property names which changed as part of an update. If this property contains null, it is in indication that all properties may have changed.
Implementacja
public function get changedPropertyNames():Array
currentVersion | właściwość |
identity | właściwość |
message | właściwość |
message:DataMessage
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Provides access to the local DataMessage object corresponding to the local changes.
Implementacja
public function get message():DataMessage
newVersion | właściwość |
newVersion:Object
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Remote destinations new version of the item.
Implementacja
public function get newVersion():Object
previousVersion | właściwość |
conflict | () | metoda |
public function conflict(description:String, properties:Array):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Declares that a conflict occurred while processing this change. The conflict is dispatched as a ConflictEvent event on the DataService object.
Parametry
description:String — A String available on the
faultString property of the event's message
property.
| |
properties:Array — Indicate which properites are in
conflict.
|
getConflict | () | metoda |
public function getConflict():DataErrorMessage
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the conflict created with a previous call to the
conflict()
method.
DataErrorMessage — DataErrorMessage object describing the conflict.
|
isCreate | () | metoda |
public function isCreate():Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the change is due to a new item.
ZwracaBoolean — true if the change is due to a new item.
|
isDelete | () | metoda |
isUpdate | () | metoda |
Tue Jun 12 2018, 12:06 PM Z