Package | Description |
---|---|
org.jboss.errai.jpa.sync.client.local | |
org.jboss.errai.jpa.sync.client.shared | |
org.jboss.errai.jpa.sync.server |
Modifier and Type | Method and Description |
---|---|
<E> void |
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<X> List<SyncResponse<X>> |
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 and Description |
---|
SyncResponses(List<SyncResponse<E>> responses) |
Modifier and Type | Method and Description |
---|---|
<E> List<SyncResponse<E>> |
DataSyncServiceImpl.coldSync(SyncableDataSet<E> dataSet,
List<SyncRequestOperation<E>> syncRequestOps) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.