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.RepositoryException
public javax.jcr.Node initNonStaticNode(String nodeName, javax.jcr.Node parentNode) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public javax.jcr.Node initFileNode(RequestDocument document, String name, javax.jcr.Node parentNode, javax.jcr.Session session) throws Exception
Exception
public 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
- Exception
public javax.jcr.Node initLevelNode(String name, javax.jcr.Node parent, boolean isRecursiveCall, javax.jcr.Session session) throws Exception
Exception
public javax.jcr.Node getNodeByUUID(javax.jcr.Session session, String uuid) throws OleException
OleException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.