| ChangeSyncFilter |
|
| DefaultChangeInfoParser |
Implementation of the ChangeInfoParser that parses info from a JSON string of the following format:
"{ "key": "..", "type": "..", "rootType": ".." }", in which order of the attributes is arbitrary and attribute "key"
contains value of the changed item integration key; attribute "type" contains value of the item type; attribute "rootType"
contains value of the item type that is navigated from the changed item and corresponds to the root item in the
integration object used to synchronize the change.
|
| DefaultChangesCollectorFactory |
Streaming changes collector implementation for the factory.
|
| DefaultFilteringService |
|
| DefaultOutboundItemFactory |
|
| DefaultOutboundSyncJobRegister |
|
| DeleteSyncFilter |
A filter for changes collected by StreamingChangesCollector, that passes the change through, if the changed item type
and type of the root item, it relates to, belong to the integration object.
|
| GettableChangesCollectorProvider |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| InMemoryGettableChangesCollector |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| OutboundSyncCronJobPerformable |
|
| OutboundSyncJobStateAggregator |
This aggregator keeps track of an outbound sync job by aggregating OutboundSyncEvents indicating the job progress.
|
| OutboundSyncState |
Represents state of a single outbound sync cron job run.
|
| OutboundSyncState.Builder |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| OutboundSyncStateBuilder |
|
| StreamingChangesCollector |
|