|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExchangeException in info.magnolia.cms.exchange |
---|
Methods in info.magnolia.cms.exchange that throw ExchangeException | |
---|---|
void |
Syndicator.activate(java.lang.String parent,
Content content)
This will activate the specified node to all configured subscribers. |
void |
Syndicator.activate(java.lang.String parent,
Content content,
java.util.List<java.lang.String> orderBefore)
This will activate the specified node to all configured subscribers. |
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<java.lang.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(java.lang.String source,
java.lang.String destination,
boolean move)
|
void |
AdminTreeMVCHandler.copyNode(java.lang.String source,
java.lang.String destination)
|
void |
AdminTreeMVCHandler.deactivateNode(java.lang.String path)
Execute the deactivation command |
void |
AdminTreeMVCHandler.deleteNode(java.lang.String parentPath,
java.lang.String label)
|
void |
AdminTreeMVCHandler.moveNode(java.lang.String source,
java.lang.String destination)
|
java.lang.String |
AdminTreeMVCHandler.pasteNode(java.lang.String pathOrigin,
java.lang.String pathSelected,
int pasteType,
int action)
|
java.lang.String |
AdminTreeMVCHandler.renameNode(java.lang.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,
java.util.List versionMap)
|
protected void |
ActivationCommand.activateRecursive(java.lang.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 | |
---|---|
java.lang.String |
UsersTreeHandler.renameNode(java.lang.String newName)
|
Uses of ExchangeException in info.magnolia.module.exchangesimple |
---|
Methods in info.magnolia.module.exchangesimple that throw ExchangeException | |
---|---|
void |
SimpleSyndicator.activate(ActivationContent activationContent,
java.lang.String nodePath)
|
abstract void |
BaseSyndicatorImpl.activate(ActivationContent activationContent,
java.lang.String nodePath)
|
void |
BaseSyndicatorImpl.activate(java.lang.String parent,
Content content)
This will activate specifies page (sub pages) to all configured subscribers. |
void |
BaseSyndicatorImpl.activate(java.lang.String parent,
Content content,
java.util.List<java.lang.String> orderBefore)
This will activate specified node to all configured subscribers. |
java.lang.String |
BaseSyndicatorImpl.activate(Subscriber subscriber,
ActivationContent activationContent,
java.lang.String nodePath)
Send request of activation of activationContent to the subscriber. |
void |
BaseSyndicatorImpl.activate(Subscriber subscriber,
java.lang.String parent,
Content content)
This will activate specifies page (sub pages) to the specified subscriber. |
void |
BaseSyndicatorImpl.activate(Subscriber subscriber,
java.lang.String parent,
Content content,
java.util.List<java.lang.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(java.lang.String path)
|
void |
BaseSyndicatorImpl.deactivate(Subscriber subscriber,
Content node)
|
void |
SimpleSyndicator.doDeactivate(java.lang.String nodeUUID,
java.lang.String nodePath)
|
abstract void |
BaseSyndicatorImpl.doDeactivate(java.lang.String nodeUUID,
java.lang.String nodePath)
|
java.lang.String |
SimpleSyndicator.doDeactivate(Subscriber subscriber,
java.lang.String nodeUUID,
java.lang.String path)
Deactivate from a specified subscriber. |
abstract java.lang.String |
BaseSyndicatorImpl.doDeactivate(Subscriber subscriber,
java.lang.String nodeUUID,
java.lang.String nodePath)
Deactivate content from specified subscriber. |
protected static void |
BaseSyndicatorImpl.executeInPool(java.lang.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,
java.lang.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 java.net.URLConnection |
BaseSyndicatorImpl.prepareConnection(Subscriber subscriber,
java.lang.String urlString)
|
static void |
Transporter.transport(java.net.HttpURLConnection connection,
ActivationContent activationContent)
Initiates multipart http post to transport content to the subscriber. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |