Uses of Class
org.alfresco.rest.model.RestSyncSetRequestModel
Packages that use RestSyncSetRequestModel
-
Uses of RestSyncSetRequestModel in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestSyncSetRequestModelModifier and TypeMethodDescriptionSync.startSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, List<RestSyncSetChangesModel> clientChanges, String clientVersion) Request sync for the specified subscriber/subscription using POST call on /subscribers/{deviceSubscriptionId}/subscriptions/{nodeSubscriptionId}/syncMethods in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSyncSetRequestModelModifier and TypeMethodDescriptionSync.endSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, RestSyncSetRequestModel sync) Sync.getSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, RestSyncSetRequestModel sync) Gets the Change Set for the specified subscriber/subscription and SyncId using GET call on /subscribers/{deviceSubscriptionId}/subscriptions/{nodeSubscriptionId}/sync