org.exoplatform.applications.repoload
Class DataReader
java.lang.Object
org.exoplatform.applications.repoload.DataReader
public class DataReader
- extends java.lang.Object
Created by The eXo Platform SAS Author : Alex Reshetnyak alex.reshetnyak@exoplatform.org.ua
reshetnyak.alex@gmail.com 12.04.2007 11:42:21
- Version:
- $Id: DataReader.java 12.04.2007 11:42:21 rainfox
|
Constructor Summary |
DataReader(java.lang.String[] args)
|
DataReader(java.lang.String[] args,
java.lang.String threadName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
protected java.lang.String[] args
mapConfig
protected java.util.HashMap<java.lang.String,java.lang.String> mapConfig
tree
protected java.lang.String tree
sVdfile
protected java.lang.String sVdfile
sConf
protected java.lang.String sConf
sRoot
protected java.lang.String sRoot
sWorkspace
protected java.lang.String sWorkspace
sRepository
protected java.lang.String sRepository
sReadTree
protected java.lang.String sReadTree
sReadOnly
protected java.lang.String sReadOnly
session
protected SessionImpl session
dataManager
protected SessionDataManager dataManager
repository
protected RepositoryImpl repository
credentials
protected CredentialsImpl credentials
workspace
protected WorkspaceImpl workspace
repositoryService
protected RepositoryService repositoryService
root
protected NodeImpl root
rootTestNode
protected NodeImpl rootTestNode
container
protected org.exoplatform.container.StandaloneContainer container
connection
protected WorkspaceStorageConnection connection
workspaceDataContainer
protected WorkspaceDataContainerBase workspaceDataContainer
locationFactory
protected LocationFactory locationFactory
fileData
protected TransientValueData fileData
date
protected java.util.Calendar date
sName
protected java.lang.String sName
sFile
protected java.lang.String sFile
countNodes
public int countNodes
DataReader
public DataReader(java.lang.String[] args)
DataReader
public DataReader(java.lang.String[] args,
java.lang.String threadName)
initRepository
public void initRepository()
throws java.lang.Exception
- Throws:
java.lang.Exception
readData
@Deprecated
public void readData()
- Deprecated.
readDataAPI
public void readDataAPI()
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
readChilds
public void readChilds(javax.jcr.Node parent)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
showDCProperty
public void showDCProperty(javax.jcr.Node parent)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
showProperty
public void showProperty(javax.jcr.Node parent)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
getNode
public NodeImpl getNode(NodeImpl parentNode,
java.lang.String relPath)
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
getProperty
public javax.jcr.Property getProperty(NodeImpl node,
java.lang.String relPath)
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
getTree
protected int[] getTree(java.lang.String sTree)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.