Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.data 

IChangeObject  - AS3 ADEP Data Services

Paketmx.data
Arabirimpublic interface IChangeObject

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Provides the methods and properties needed when detecting local conflicts.

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.



Genel Özellikler
 ÖzellikTanımlayan:
  changedPropertyNames : Array
[salt okunur] The list of property names which changed as part of an update.
IChangeObject
  currentVersion : Object
[salt okunur] Current version of the item.
IChangeObject
  identity : Object
[salt okunur] Identity of the item being changed.
IChangeObject
  message : DataMessage
[salt okunur] Provides access to the local DataMessage object corresponding to the local changes.
IChangeObject
  newVersion : Object
[salt okunur] Remote destinations new version of the item.
IChangeObject
  previousVersion : Object
[salt okunur] Previous version of the item.
IChangeObject
Genel Yöntemler
 YöntemTanımlayan:
  
conflict(description:String, properties:Array):void
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
Özellik Ayrıntısı

changedPropertyNames

özellik
changedPropertyNames:Array  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: 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.



Uygulama
    public function get changedPropertyNames():Array

currentVersion

özellik 
currentVersion:Object  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Current version of the item.



Uygulama
    public function get currentVersion():Object

identity

özellik 
identity:Object  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Identity of the item being changed.



Uygulama
    public function get identity():Object

message

özellik 
message:DataMessage  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Provides access to the local DataMessage object corresponding to the local changes.



Uygulama
    public function get message():DataMessage

newVersion

özellik 
newVersion:Object  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Remote destinations new version of the item.



Uygulama
    public function get newVersion():Object

previousVersion

özellik 
previousVersion:Object  [salt okunur]

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Previous version of the item.



Uygulama
    public function get previousVersion():Object
Yöntem Ayrıntısı

conflict

()yöntem
public function conflict(description:String, properties:Array):void

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: 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.

Parametreler

description:String — A String available on the faultString property of the event's message property.
 
properties:Array — Indicate which properites are in conflict.

getConflict

()yöntem 
public function getConflict():DataErrorMessage

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Returns the conflict created with a previous call to the conflict() method.

Döndürür
DataErrorMessage — DataErrorMessage object describing the conflict.

isCreate

()yöntem 
public function isCreate():Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Indicates if the change is due to a new item.

Döndürür
Booleantrue if the change is due to a new item.

isDelete

()yöntem 
public function isDelete():Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Indicates if the item was deleted.

Döndürür
Booleantrue if the item was deleted.

isUpdate

()yöntem 
public function isUpdate():Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Indicates if the change is due to an update.

Döndürür
Booleantrue if the change is due to an update.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.