public class NodeHandler extends Object
| Constructor and Description |
|---|
NodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
getNodeByUUID(javax.jcr.Session session,
String uuid) |
javax.jcr.Node |
initFileNode(javax.jcr.Node fileNode,
RequestDocument document,
String name,
javax.jcr.Node parentNode,
javax.jcr.Session session)
Initializes the given fileNode with info from given requestDocument.
|
javax.jcr.Node |
initFileNode(RequestDocument document,
String name,
javax.jcr.Node parentNode,
javax.jcr.Session session) |
javax.jcr.Node |
initLevelNode(String name,
javax.jcr.Node parent,
boolean isRecursiveCall,
javax.jcr.Session session) |
javax.jcr.Node |
initNonStaticNode(String nodeName,
javax.jcr.Node parentNode) |
javax.jcr.Node |
initStaticNode(String nodeName,
javax.jcr.Node parentNode,
javax.jcr.Session session) |
public NodeHandler()
public javax.jcr.Node initStaticNode(String nodeName, javax.jcr.Node parentNode, javax.jcr.Session session) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic javax.jcr.Node initNonStaticNode(String nodeName, javax.jcr.Node parentNode) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic javax.jcr.Node initFileNode(RequestDocument document, String name, javax.jcr.Node parentNode, javax.jcr.Session session) throws Exception
Exceptionpublic javax.jcr.Node initFileNode(javax.jcr.Node fileNode, RequestDocument document, String name, javax.jcr.Node parentNode, javax.jcr.Session session) throws Exception
fileNode - document - name - parentNode - session - Exceptionpublic javax.jcr.Node initLevelNode(String name, javax.jcr.Node parent, boolean isRecursiveCall, javax.jcr.Session session) throws Exception
Exceptionpublic javax.jcr.Node getNodeByUUID(javax.jcr.Session session, String uuid) throws OleException
OleExceptionCopyright © 2004–2016 The Kuali Foundation. All rights reserved.