@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class SubscriptionCollection extends GenericObjectCollection<Subscription> implements IDiffableObject
In versions prior to 8.4.0, the key was the string representation of the EventDescriptor the subscription was subscribed to. In 8.4.0 and later, this has been changed to use the name of the subscription itself. All subscriptions that previously existed on the Platform will be named according to the EventDescriptor that they are subscribed to, but this cannot be relied on going forward. If you need the event descriptor for the Subscription, use EventDescriptor.getEventDescriptor() instead.
Constructor and Description |
---|
SubscriptionCollection() |
containsEntity, getDescription, getName, getNames
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size