Uses of Class
org.alfresco.rest.model.RestSyncNodeSubscriptionModel
Packages that use RestSyncNodeSubscriptionModel
Package
Description
-
Uses of RestSyncNodeSubscriptionModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSyncNodeSubscriptionModel -
Uses of RestSyncNodeSubscriptionModel in org.alfresco.rest.requests.privateAPI
Methods in org.alfresco.rest.requests.privateAPI with parameters of type RestSyncNodeSubscriptionModelModifier and TypeMethodDescriptionRestPrivateAPI.withSubscription(RestSyncNodeSubscriptionModel nodeSubscription) Provides DSL on all REST calls undersubscribers/{subscriberId}/subscriptions/API path -
Uses of RestSyncNodeSubscriptionModel in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestSyncNodeSubscriptionModelModifier and TypeMethodDescriptionSubscriptions.getSubscription(String nodeSubscriptionId) Get NODE Subscription using GET call on /subscribers/{deviceSubscriptionId}/subscriptions/{nodeSubscriptionId}Subscriptions.subscribeToNode(String targetNodeId, Subscriptions.TYPE subscriberType) Create Node Subscription for the specified target node using POST call on /subscribers/{deviceSubscriptionId}/subscriptionsMethods in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSyncNodeSubscriptionModelModifier 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}/syncSync.startSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, List<RestSyncSetChangesModel> clientChanges, String clientVersion) Request sync for the specified subscriber/subscription using POST call on /subscribers/{deviceSubscriptionId}/subscriptions/{nodeSubscriptionId}/syncConstructors in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSyncNodeSubscriptionModelModifierConstructorDescriptionSync(RestSyncNodeSubscriptionModel subscription, RestWrapper restWrapper)