|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscribableEvent | |
---|---|
com.sas.hls.messaging.subscription | Service for creating and retrieving subscriptions. |
Uses of SubscribableEvent in com.sas.hls.messaging.subscription |
---|
Methods in com.sas.hls.messaging.subscription that return SubscribableEvent | |
---|---|
SubscribableEvent |
Subscription.getSubscriptionEvent()
Get the event subscribing to |
Methods in com.sas.hls.messaging.subscription that return types with arguments of type SubscribableEvent | |
---|---|
Set<SubscribableEvent> |
SubscriptionService.getSubscribableEvents(String objectType)
Get the subscribable events available for the specified object type. |
Methods in com.sas.hls.messaging.subscription with parameters of type SubscribableEvent | |
---|---|
Subscription |
SubscriptionService.createSubscription(String path,
SubscribableEvent event,
Principal principal,
boolean cascade)
Create a subscription to the specified event on the object represented by the specified path, for the given principal. |
Set<Subscription> |
SubscriptionService.createSubscriptions(String path,
SubscribableEvent event,
Set<Principal> principals,
boolean cascade)
Create a subscription to the specified event on the object represented by the specified path, for the given principals. |
Set<Subscription> |
SubscriptionService.getSubscriptionsByPathAndEvent(String path,
SubscribableEvent event)
Get the subscriptions for the specified path and specified event. |
void |
Subscription.setSubscriptionEvent(SubscribableEvent event)
Set the event subscribing to |
Constructors in com.sas.hls.messaging.subscription with parameters of type SubscribableEvent | |
---|---|
Subscription(String path,
Principal principal,
SubscribableEvent event,
boolean cascade)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |