Uses of Class
info.magnolia.cms.exchange.ExchangeException

Packages that use ExchangeException
info.magnolia.cms.exchange   
info.magnolia.module.admininterface   
info.magnolia.module.admininterface.commands   
info.magnolia.module.admininterface.trees   
info.magnolia.module.exchangesimple   
 

Uses of ExchangeException in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange that throw ExchangeException
 void Syndicator.activate(String parent, Content content)
          This will activate the specified node to all configured subscribers.
 void Syndicator.activate(String parent, Content content, List<String> orderBefore)
          This will activate the specified node to all configured subscribers.
 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 Syndicator.deactivate(Content node)
           
 void Syndicator.deactivate(Subscriber subscriber, Content node)
           
 

Uses of ExchangeException in info.magnolia.module.admininterface
 

Methods in info.magnolia.module.admininterface that throw ExchangeException
 Content AdminTreeMVCHandler.copyMoveNode(String source, String destination, boolean move)
           
 void AdminTreeMVCHandler.copyNode(String source, String destination)
           
 void AdminTreeMVCHandler.deactivateNode(String path)
          Execute the deactivation command
 void AdminTreeMVCHandler.deleteNode(String parentPath, String label)
           
 void AdminTreeMVCHandler.moveNode(String source, String destination)
           
 String AdminTreeMVCHandler.pasteNode(String pathOrigin, String pathSelected, int pasteType, int action)
           
 String AdminTreeMVCHandler.renameNode(String newLabel)
           
 

Uses of ExchangeException in info.magnolia.module.admininterface.commands
 

Methods in info.magnolia.module.admininterface.commands that throw ExchangeException
protected  void ActivationCommand.activateRecursive(Context ctx, List versionMap)
           
protected  void ActivationCommand.activateRecursive(String parentPath, Content node, Context ctx)
          Activate recursively.
 

Uses of ExchangeException in info.magnolia.module.admininterface.trees
 

Methods in info.magnolia.module.admininterface.trees that throw ExchangeException
 String UsersTreeHandler.renameNode(String newName)
           
 

Uses of ExchangeException in info.magnolia.module.exchangesimple
 

Methods in info.magnolia.module.exchangesimple that throw ExchangeException
 void SimpleSyndicator.activate(ActivationContent activationContent, String nodePath)
           
abstract  void BaseSyndicatorImpl.activate(ActivationContent activationContent, String nodePath)
           
 void BaseSyndicatorImpl.activate(String parent, Content content)
          This will activate specifies page (sub pages) to all configured subscribers.
 void BaseSyndicatorImpl.activate(String parent, Content content, List<String> orderBefore)
          This will activate specified node to all configured subscribers.
 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.
protected  void ReceiveFilter.applyLock(javax.servlet.http.HttpServletRequest request)
          apply lock.
 void BaseSyndicatorImpl.deactivate(Content node)
           
 void BaseSyndicatorImpl.deactivate(String path)
           
 void BaseSyndicatorImpl.deactivate(Subscriber subscriber, Content node)
           
 void SimpleSyndicator.doDeactivate(String nodeUUID, String nodePath)
           
abstract  void BaseSyndicatorImpl.doDeactivate(String nodeUUID, String nodePath)
           
 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 static void BaseSyndicatorImpl.executeInPool(Runnable job)
          Runs a given job in the thread pool.
protected  HierarchyManager ReceiveFilter.getHierarchyManager(javax.servlet.http.HttpServletRequest request)
          get hierarchy manager.
protected  Content ReceiveFilter.getNode(javax.servlet.http.HttpServletRequest request)
           
protected  void ReceiveFilter.importFresh(org.jdom.Element topContentElement, MultipartForm data, HierarchyManager hierarchyManager, String parentPath)
          import on non existing tree.
protected  void ReceiveFilter.importOnExisting(org.jdom.Element topContentElement, MultipartForm data, HierarchyManager hierarchyManager, Content existingContent)
          import on existing content, making sure that content which is not sent stays as is.
protected  URLConnection BaseSyndicatorImpl.prepareConnection(Subscriber subscriber, String urlString)
           
static void Transporter.transport(HttpURLConnection connection, ActivationContent activationContent)
          Initiates multipart http post to transport content to the subscriber.
 



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