Uses of Class
org.alfresco.rest.requests.syncServiceAPI.Subscriptions.TYPE
-
Packages that use Subscriptions.TYPE Package Description org.alfresco.rest.requests.syncServiceAPI -
-
Uses of Subscriptions.TYPE in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return Subscriptions.TYPE Modifier and Type Method Description static Subscriptions.TYPESubscriptions.TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Subscriptions.TYPE[]Subscriptions.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.requests.syncServiceAPI with parameters of type Subscriptions.TYPE Modifier and Type Method Description RestSyncNodeSubscriptionModelSubscriptions. subscribeToNode(java.lang.String targetNodeId, Subscriptions.TYPE subscriberType)Create Node Subscription for the specified target node using POST call on /subscribers/{deviceSubscriptionId}/subscriptions
-