Uses of Class
org.alfresco.rest.model.RestSyncSetChangesModel
-
Packages that use RestSyncSetChangesModel Package Description org.alfresco.rest.model org.alfresco.rest.requests.syncServiceAPI -
-
Uses of RestSyncSetChangesModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSyncSetChangesModel Modifier and Type Method Description RestSyncSetChangesModel[]RestSyncSetGetModel. getChanges() -
Uses of RestSyncSetChangesModel in org.alfresco.rest.requests.syncServiceAPI
Method parameters in org.alfresco.rest.requests.syncServiceAPI with type arguments of type RestSyncSetChangesModel 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}/sync
-