Uses of Class
org.alfresco.rest.model.RestSyncSetRequestModel
-
Packages that use RestSyncSetRequestModel Package Description org.alfresco.rest.requests.syncServiceAPI -
-
Uses of RestSyncSetRequestModel in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestSyncSetRequestModel Modifier and Type Method Description RestSyncSetRequestModelSync. startSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, java.util.List<RestSyncSetChangesModel> clientChanges, java.lang.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 RestSyncSetRequestModel Modifier and Type Method Description RestWrapperSync. endSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, RestSyncSetRequestModel sync)RestSyncSetGetModelSync. 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
-