org.kuali.ole
Class RepositoryBrowser
java.lang.Object
org.kuali.ole.RepositoryBrowser
public class RepositoryBrowser
- extends Object
Created by IntelliJ IDEA.
User: peris
Date: 5/3/11
Time: 10:59 AM
To change this template use File | Settings | File Templates.
Field Summary |
protected org.slf4j.Logger |
LOG
|
Method Summary |
List<OleDocStoreData> |
browseDataSetup()
|
void |
browseRepositoryContent()
|
FolderNode |
computeNodeCount(javax.jcr.Node node,
RepositoryData repositoryData)
|
String |
generateNodeCount()
|
List<OleDocStoreData> |
getFilesCount()
|
void |
getNodeDump(javax.jcr.Node node,
StringBuffer repositoryDump)
|
String |
getRepositoryDump()
|
String |
getRepositoryRangeDump(String category,
String type,
String format,
int fromIndex,
int count)
|
List<String> |
getUUIDs(String category,
String type,
String format,
Integer numUUIDs)
|
List<String> |
getUUIDs(String category,
String type,
String format,
Integer startIndex,
Integer endIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected final org.slf4j.Logger LOG
RepositoryBrowser
public RepositoryBrowser()
browseRepositoryContent
public void browseRepositoryContent()
throws OleException
- Throws:
OleException
getFilesCount
public List<OleDocStoreData> getFilesCount()
throws OleException
- Throws:
OleException
getRepositoryDump
public String getRepositoryDump()
throws OleException,
javax.jcr.RepositoryException
- Throws:
OleException
javax.jcr.RepositoryException
getRepositoryRangeDump
public String getRepositoryRangeDump(String category,
String type,
String format,
int fromIndex,
int count)
throws OleException,
javax.jcr.RepositoryException
- Throws:
OleException
javax.jcr.RepositoryException
getNodeDump
public void getNodeDump(javax.jcr.Node node,
StringBuffer repositoryDump)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
browseDataSetup
public List<OleDocStoreData> browseDataSetup()
getUUIDs
public List<String> getUUIDs(String category,
String type,
String format,
Integer numUUIDs)
throws OleException
- Throws:
OleException
getUUIDs
public List<String> getUUIDs(String category,
String type,
String format,
Integer startIndex,
Integer endIndex)
throws OleException
- Throws:
OleException
generateNodeCount
public String generateNodeCount()
throws OleException,
javax.jcr.RepositoryException
- Throws:
OleException
javax.jcr.RepositoryException
computeNodeCount
public FolderNode computeNodeCount(javax.jcr.Node node,
RepositoryData repositoryData)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.