Uses of Interface
com.sas.services.information.metadata.ContentSubscriberInterface
Packages that use ContentSubscriberInterface
Package
Description
Information Service metadata.
Publish Service metadata.
-
Uses of ContentSubscriberInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata with parameters of type ContentSubscriberInterfaceModifier and TypeMethodDescriptionvoidChannelInterface.addContentSubscriber(ContentSubscriberInterface subscriber) Adds a content subscriber to this channel.voidOMRChannel.addContentSubscriber(ContentSubscriberInterface subscriber) Adds a content subscriber to this channel.booleanChannelInterface.isContentSubscription(ContentSubscriberInterface subscriber) Determines if a user is subscribed to this channel as a channel subscriber.booleanOMRChannel.isContentSubscription(ContentSubscriberInterface subscriber) booleanChannelInterface.isGroupContentSubscription(ContentSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as a content subscriber.booleanOMRChannel.isGroupContentSubscription(ContentSubscriberInterface subscriber) voidChannelInterface.removeContentSubscriber(ContentSubscriberInterface subscriber) Removes a content subscriber from this channel.voidOMRChannel.removeContentSubscriber(ContentSubscriberInterface subscriber) -
Uses of ContentSubscriberInterface in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata with parameters of type ContentSubscriberInterfaceModifier and TypeMethodDescriptionstatic ListPackageUtil.filterPackages(ContentSubscriberInterface sub, List pkgList) Applies the subscriber's name/value filters to a list of packages.