|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyncResponse | |
---|---|
org.jboss.errai.jpa.sync.client.local | |
org.jboss.errai.jpa.sync.client.shared | |
org.jboss.errai.jpa.sync.server |
Uses of SyncResponse in org.jboss.errai.jpa.sync.client.local |
---|
Method parameters in org.jboss.errai.jpa.sync.client.local with type arguments of type SyncResponse | ||
---|---|---|
|
ClientSyncManager.coldSync(String queryName,
Class<E> queryResultType,
Map<String,Object> queryParams,
RemoteCallback<List<SyncResponse<E>>> onCompletion,
ErrorCallback<?> onError)
Performs a "cold" synchronization on the results of the given query with the given parameters. |
Uses of SyncResponse in org.jboss.errai.jpa.sync.client.shared |
---|
Subclasses of SyncResponse in org.jboss.errai.jpa.sync.client.shared | |
---|---|
class |
ConflictResponse<X>
A SyncResponse that represents conflicting state due to a change that happened on the responding end. |
class |
DeleteResponse<X>
Sync response that indicates the deletion of an entity. |
class |
IdChangeResponse<X>
|
class |
NewRemoteEntityResponse<X>
|
class |
UpdateResponse<X>
Sync response that indicates that the given entity has been modified since the last sync response. |
Methods in org.jboss.errai.jpa.sync.client.shared that return types with arguments of type SyncResponse | ||
---|---|---|
|
DataSyncService.coldSync(SyncableDataSet<X> dataSet,
List<SyncRequestOperation<X>> remoteResults)
Performs a cold synchronization, usually by delegating to DataSyncServiceImpl.coldSync(SyncableDataSet, List) . |
|
List<SyncResponse<E>> |
SyncResponses.getResponses()
|
Constructor parameters in org.jboss.errai.jpa.sync.client.shared with type arguments of type SyncResponse | |
---|---|
SyncResponses(List<SyncResponse<E>> responses)
|
Uses of SyncResponse in org.jboss.errai.jpa.sync.server |
---|
Methods in org.jboss.errai.jpa.sync.server that return types with arguments of type SyncResponse | ||
---|---|---|
|
DataSyncServiceImpl.coldSync(SyncableDataSet<E> dataSet,
List<SyncRequestOperation<E>> syncRequestOps)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |