Package com.day.cq.mcm.campaign.profile
Interface Subscriptions
public interface Subscriptions
Represents the subscriptions that are available.
The usage of instances of this interface are designed for multi-threaded use, so they should assumed threadsafe.
-
Method Summary
-
Method Details
-
getSubscriptions
Iterator<Subscription> getSubscriptions()Returns anIteratorover the available subscriptions.- Returns:
- The iterator
-