Uses of Class
org.mftech.dawn.runtime.client.synchronization.ChangeObject

Packages that use ChangeObject
org.mftech.dawn.runtime.client.synchronization   
org.mftech.dawn.runtime.client.synchronization.impl   
 

Uses of ChangeObject in org.mftech.dawn.runtime.client.synchronization
 

Methods in org.mftech.dawn.runtime.client.synchronization that return types with arguments of type ChangeObject
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizer.getChangedLocalyAndRemotellyConflicts()
           
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizer.getDeletedLocallyConflicts()
           
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizer.getDeletedRemotelyConflicts()
           
 

Method parameters in org.mftech.dawn.runtime.client.synchronization with type arguments of type ChangeObject
 void ResourceSynchronizer.setChangedLocalyAndRemotellyConflicts(java.util.Map<java.lang.String,ChangeObject> changedLocalyAndRemotellyConflicts)
           
 void ResourceSynchronizer.setDeletedLocallyConflicts(java.util.Map<java.lang.String,ChangeObject> delectConflicts)
           
 

Uses of ChangeObject in org.mftech.dawn.runtime.client.synchronization.impl
 

Methods in org.mftech.dawn.runtime.client.synchronization.impl that return types with arguments of type ChangeObject
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizerImpl.getChangedLocalyAndRemotellyConflicts()
           
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizerImpl.getDeletedLocallyConflicts()
           
 java.util.Map<java.lang.String,ChangeObject> ResourceSynchronizerImpl.getDeletedRemotelyConflicts()
           
 

Method parameters in org.mftech.dawn.runtime.client.synchronization.impl with type arguments of type ChangeObject
 void ResourceSynchronizerImpl.setChangedLocalyAndRemotellyConflicts(java.util.Map<java.lang.String,ChangeObject> changedLocalyAndRemotellyConflicts)
           
 void ResourceSynchronizerImpl.setDeletedLocallyConflicts(java.util.Map<java.lang.String,ChangeObject> delectConflicts)
           
 void ResourceSynchronizerImpl.setDeletedRemotelyConflicts(java.util.Map<java.lang.String,ChangeObject> deletedRemotelyConflicts)