Uses of Class
org.alfresco.rest.model.RestSyncNodeSubscriptionModel
-
Packages that use RestSyncNodeSubscriptionModel Package Description org.alfresco.rest.model org.alfresco.rest.requests.privateAPI org.alfresco.rest.requests.syncServiceAPI -
-
Uses of RestSyncNodeSubscriptionModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSyncNodeSubscriptionModel Modifier and Type Method Description RestSyncNodeSubscriptionModelRestSyncNodeSubscriptionModel. getModel()RestSyncNodeSubscriptionModelRestSyncNodeSubscriptionModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestSyncNodeSubscriptionModel Modifier and Type Method Description ModelAssertion<RestSyncNodeSubscriptionModel>RestSyncNodeSubscriptionModel. and()ModelAssertion<RestSyncNodeSubscriptionModel>RestSyncNodeSubscriptionModel. assertThat() -
Uses of RestSyncNodeSubscriptionModel in org.alfresco.rest.requests.privateAPI
Methods in org.alfresco.rest.requests.privateAPI with parameters of type RestSyncNodeSubscriptionModel Modifier and Type Method Description SyncRestPrivateAPI. 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 RestSyncNodeSubscriptionModel Modifier and Type Method Description RestSyncNodeSubscriptionModelSubscriptions. getSubscription(java.lang.String nodeSubscriptionId)Get NODE Subscription using GET call on /subscribers/{deviceSubscriptionId}/subscriptions/{nodeSubscriptionId}RestSyncNodeSubscriptionModelSubscriptions. subscribeToNode(java.lang.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 RestSyncNodeSubscriptionModel 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}/syncRestSyncSetRequestModelSync. 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}/syncConstructors in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSyncNodeSubscriptionModel Constructor Description Sync(RestSyncNodeSubscriptionModel subscription, RestWrapper restWrapper)
-