Uses of Interface
info.magnolia.cms.exchange.Subscriber

Packages that use Subscriber
info.magnolia.cms.exchange   
 

Uses of Subscriber in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange that return types with arguments of type Subscriber
 Collection<Subscriber> ActivationManager.getSubscribers()
           
 

Methods in info.magnolia.cms.exchange with parameters of type Subscriber
 void Syndicator.activate(Subscriber subscriber, String parent, Content content)
          This will activate the specified node to the specified subscriber.
 void Syndicator.activate(Subscriber subscriber, String parent, Content content, List<String> orderBefore)
          This will activate the specified node to the specified subscriber.
 void ActivationManager.addSubscribers(Subscriber subscriber)
          Deprecated. means of setting the subscribers are implementation detail and should not be exposed
 void Syndicator.deactivate(Subscriber subscriber, Content node)
           
 

Method parameters in info.magnolia.cms.exchange with type arguments of type Subscriber
 void ActivationManager.setSubscribers(Collection<Subscriber> subscribers)
          Deprecated. means of setting the subscribers are implementation detail and should not be exposed
 



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.