Uses of Class
org.alfresco.rest.model.RestSyncNodeSubscriptionModelCollection
-
Packages that use RestSyncNodeSubscriptionModelCollection Package Description org.alfresco.rest.requests.syncServiceAPI -
-
Uses of RestSyncNodeSubscriptionModelCollection in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestSyncNodeSubscriptionModelCollection Modifier and Type Method Description RestSyncNodeSubscriptionModelCollectionSubscriptions. getSubscriptions()Get NODE Subscription(s) using GET call on /subscribers/{deviceSubscriptionId}/subscriptionsRestSyncNodeSubscriptionModelCollectionSubscriptions. subscribeToNodes(java.lang.String... targetNodeIds)Create Node Subscriptions for multiple targets using POST call on /subscribers/{deviceSubscriptionId}/subscriptions
-