Packageorg.granite.tide.data
Classpublic class Conflict

Holds conflict data when locally changed data is in conflict with data coming from the server



Public Properties
 PropertyDefined by
  isRemoval : Boolean
[read-only]
Conflict
  localEntity : IEntity
[read-only]
Conflict
  properties : Array
[read-only]
Conflict
  receivedEntity : Object
[read-only]
Conflict
  resolved : Boolean
[read-only]
Conflict
Public Methods
 MethodDefined by
  
Conflict(conflicts:Conflicts, localEntity:IEntity, receivedEntity:Object, properties:Array = null)
Conflict
  
acceptClient():void
Conflict
  
acceptServer():void
Conflict
Property detail
isRemovalproperty
isRemoval:Boolean  [read-only]Implementation
    public function get isRemoval():Boolean
localEntityproperty 
localEntity:IEntity  [read-only]Implementation
    public function get localEntity():IEntity
propertiesproperty 
properties:Array  [read-only]Implementation
    public function get properties():Array
receivedEntityproperty 
receivedEntity:Object  [read-only]Implementation
    public function get receivedEntity():Object
resolvedproperty 
resolved:Boolean  [read-only]Implementation
    public function get resolved():Boolean
Constructor detail
Conflict()constructor
public function Conflict(conflicts:Conflicts, localEntity:IEntity, receivedEntity:Object, properties:Array = null)Parameters
conflicts:Conflicts
 
localEntity:IEntity
 
receivedEntity:Object
 
properties:Array (default = null)
Method detail
acceptClient()method
public function acceptClient():void
acceptServer()method 
public function acceptServer():void