org.kuali.ole.docstore.repository
Class WorkInstanceNodeManager

java.lang.Object
  extended by org.kuali.ole.docstore.repository.CustomNodeManager
      extended by org.kuali.ole.docstore.repository.WorkInstanceNodeManager
All Implemented Interfaces:
NodeManager

public class WorkInstanceNodeManager
extends CustomNodeManager
implements NodeManager

User: tirumalesh.b Date: 4/9/12 Time: 1:00 PM


Field Summary
 
Fields inherited from class org.kuali.ole.docstore.repository.CustomNodeManager
numLevels
 
Method Summary
 javax.jcr.Node createFileNode(RequestDocument document, String name, javax.jcr.Node parentNode, javax.jcr.Session session)
           
static WorkInstanceNodeManager getInstance()
           
 String getParentNodePath()
           
 
Methods inherited from class org.kuali.ole.docstore.repository.CustomNodeManager
createContentNode, enableVersioning, getParentNode, getStaticFormatNode, initFileNode, initLevelNode, initNonStaticNode, initStaticNode, linkNodes, modifyAdditionalAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.ole.docstore.repository.NodeManager
createContentNode, enableVersioning, getParentNode, linkNodes
 

Method Detail

getInstance

public static WorkInstanceNodeManager getInstance()

getParentNodePath

public String getParentNodePath()

createFileNode

public javax.jcr.Node createFileNode(RequestDocument document,
                                     String name,
                                     javax.jcr.Node parentNode,
                                     javax.jcr.Session session)
                              throws OleDocStoreException
Specified by:
createFileNode in interface NodeManager
Overrides:
createFileNode in class CustomNodeManager
Throws:
OleDocStoreException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.