Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.nodes.NodeException

Packages that use NodeException
org.nuxeo.theme.editor   
org.nuxeo.theme.nodes   
org.nuxeo.theme.themes   
 

Uses of NodeException in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that throw NodeException
static String Editor.addPage(String path)
           
static void Editor.deleteElement(Element element)
           
static int Editor.duplicateElement(Element element)
           
static void Editor.insertFragment(Element destElement, String typeName, String styleName)
           
static void Editor.insertSectionAfter(Element element)
           
static void Editor.moveElement(Element srcElement, Element destElement, int order)
           
static void Editor.pasteElement(Element element, String destId)
           
static void Editor.splitElement(Element element)
           
 

Uses of NodeException in org.nuxeo.theme.nodes
 

Methods in org.nuxeo.theme.nodes that throw NodeException
 Node Node.addChild(Node node)
           
 Node AbstractNode.addChild(Node node)
           
 void Node.insertAfter(Node node)
           
 void AbstractNode.insertAfter(Node node)
           
 void Node.moveTo(Node container, Integer order)
           
 void AbstractNode.moveTo(Node container, Integer order)
           
 void Node.removeChild(Node node)
           
 void AbstractNode.removeChild(Node node)
           
 void Node.removeDescendants()
           
 void AbstractNode.removeDescendants()
           
 void Node.setChildren(List<Node> children)
           
 void AbstractNode.setChildren(List<Node> children)
           
 void Node.setOrder(Integer order)
           
 void AbstractNode.setOrder(Integer order)
           
 void Node.setParent(Node node)
           
 void AbstractNode.setParent(Node parent)
           
 

Uses of NodeException in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that throw NodeException
 void ThemeManager.destroyElement(Element element)
           
 void ThemeManager.fillScratchPage(String themeName, Element element)
           
 void ThemeManager.registerPage(ThemeElement theme, PageElement page)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.