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
 java.util.Collection<Subscriber> ActivationManager.getSubscribers()
           
 

Methods in info.magnolia.cms.exchange with parameters of type Subscriber
 void Syndicator.activate(Subscriber subscriber, java.lang.String parent, Content content)
          This will activate the specified node to the specified subscriber.
 void Syndicator.activate(Subscriber subscriber, java.lang.String parent, Content content, java.util.List orderBefore)
          This will activate the specified node to the specified subscriber.
 void ActivationManager.addSubscribers(Subscriber subscriber)
           
 void Syndicator.deactivate(Subscriber subscriber, Content node)
           
 

Method parameters in info.magnolia.cms.exchange with type arguments of type Subscriber
 void ActivationManager.setSubscribers(java.util.Collection<Subscriber> subscribers)
           
 



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