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

Packages that use Subscriber
info.magnolia.cms.exchange   
info.magnolia.module.exchangesimple   
info.magnolia.module.exchangesimple.setup.for3_5   
 

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)
           
 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)
           
 

Uses of Subscriber in info.magnolia.module.exchangesimple
 

Classes in info.magnolia.module.exchangesimple that implement Subscriber
 class DefaultSubscriber
          Bean holder for subscriber configuration.
 

Methods in info.magnolia.module.exchangesimple that return types with arguments of type Subscriber
 Collection<Subscriber> DefaultActivationManager.getSubscribers()
           
 

Methods in info.magnolia.module.exchangesimple with parameters of type Subscriber
 String BaseSyndicatorImpl.activate(Subscriber subscriber, ActivationContent activationContent, String nodePath)
          Send request of activation of activationContent to the subscriber.
 void BaseSyndicatorImpl.activate(Subscriber subscriber, String parent, Content content)
          This will activate specifies page (sub pages) to the specified subscriber.
 void BaseSyndicatorImpl.activate(Subscriber subscriber, String parent, Content content, List<String> orderBefore)
          This will activate specifies node to the specified subscriber.
 void DefaultActivationManager.addSubscribers(Subscriber subscriber)
           
 void BaseSyndicatorImpl.deactivate(Subscriber subscriber, Content node)
           
 String SimpleSyndicator.doDeactivate(Subscriber subscriber, String nodeUUID, String path)
          Deactivate from a specified subscriber.
abstract  String BaseSyndicatorImpl.doDeactivate(Subscriber subscriber, String nodeUUID, String nodePath)
          Deactivate content from specified subscriber.
protected  String BaseSyndicatorImpl.getActivationURL(Subscriber subscriberInfo)
          Retrieves URL subscriber is listening on for (de)activation requests.
protected  String BaseSyndicatorImpl.getDeactivationURL(Subscriber subscriberInfo)
          Return URI set for deactivation.
protected  URLConnection BaseSyndicatorImpl.prepareConnection(Subscriber subscriber, String urlString)
           
 

Method parameters in info.magnolia.module.exchangesimple with type arguments of type Subscriber
 void DefaultActivationManager.setSubscribers(Collection<Subscriber> subscribers)
           
 

Uses of Subscriber in info.magnolia.module.exchangesimple.setup.for3_5
 

Methods in info.magnolia.module.exchangesimple.setup.for3_5 that return Subscriber
protected  Subscriber UpdateActivationConfigTask.from30ConfigLayout(Content subscriberNode, String subscriberName)
           
 



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