(Adobe® Flex™ Data Services 2 only)

The mx.data package contains for working with the Flex Data Management Service.



Interfaces
 InterfaceDescription
 IAccessPrivileges Objects that must restrict access must implement the IAccessPrivileges interface.
 IChangeObject The IChangeObject interface provides the methods and properties needed when decting local conflicts.
 IManaged The IPropertyChangeNotifier interface provides the contract for a managed object.
Classes
 ClassDescription
 Conflict The Conflict class is used to represent error that has occurred due to an update operation.
 ConflictDetector A DataService instance uses a ConflictDetector instance to determine when a conflict occurs for an operation pushed from a remote destination.
 Conflicts The Conflicts class represents a list of conflicts.
 DataService The DataService class provides the top-level functionality for Data Management Services in Flex 2.
 DataStore A DataStore batches transactions for one or more DataService instances.
 ItemReference An ItemReference instance is returned from the DataService.getItem() and DataService.createItem() methods to provide you with a way to manage your reference to the remote object.
 PageInformation The PageInformation object provides detailed data about what pages of a collection have been loaded, how many there are, and what the current page size is.
 UpdateCollectionRange The UpdateCollectionRange class provides specific information about a range of add and remove operations made to a collection.