Uses of Class
com.funambol.syncclient.spds.engine.SyncItemKey

Packages that use SyncItemKey
com.funambol.syncclient.spds.engine This package contains the API to interface the synchronization engine with host applications. 
com.funambol.syncclient.spds.event This package contains the Funambol Event API 
 

Uses of SyncItemKey in com.funambol.syncclient.spds.engine
 

Fields in com.funambol.syncclient.spds.engine declared as SyncItemKey
protected  SyncItemKey SyncItemImpl.key
          The SyncItem's uique identifier - read only
 

Methods in com.funambol.syncclient.spds.engine that return SyncItemKey
 SyncItemKey SyncItemImpl.getKey()
           
 SyncItemKey SyncItem.getKey()
           
 

Uses of SyncItemKey in com.funambol.syncclient.spds.event
 

Methods in com.funambol.syncclient.spds.event that return SyncItemKey
 SyncItemKey SyncItemEvent.getItemKey()
           
 SyncItemKey SyncStatusEvent.getItemKey()
           
 

Methods in com.funambol.syncclient.spds.event with parameters of type SyncItemKey
 void SyncItemEvent.setItemKey(SyncItemKey itemKey)
           
 void SyncStatusEvent.setItemKey(SyncItemKey itemKey)
           
 

Constructors in com.funambol.syncclient.spds.event with parameters of type SyncItemKey
SyncItemEvent(int type, java.lang.String sourceUri, SyncItemKey itemKey)
          Creates a SyncItemEvent
SyncStatusEvent(int type, java.lang.String command, int statusCode, SyncItemKey itemKey, java.lang.String sourceUri)
          Creates a SyncStatusEvent
 



Copyright © 2010 Funambol. All Rights Reserved.