public class RepositoryBrowser extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
LOG |
Constructor and Description |
---|
RepositoryBrowser() |
Modifier and Type | Method and Description |
---|---|
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) |
protected final org.slf4j.Logger LOG
public RepositoryBrowser()
public void browseRepositoryContent() throws OleException
OleException
public List<OleDocStoreData> getFilesCount() throws OleException
OleException
public String getRepositoryDump() throws OleException, javax.jcr.RepositoryException
OleException
javax.jcr.RepositoryException
public String getRepositoryRangeDump(String category, String type, String format, int fromIndex, int count) throws OleException, javax.jcr.RepositoryException
OleException
javax.jcr.RepositoryException
public void getNodeDump(javax.jcr.Node node, StringBuffer repositoryDump) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public List<OleDocStoreData> browseDataSetup()
public List<String> getUUIDs(String category, String type, String format, Integer numUUIDs) throws OleException
OleException
public List<String> getUUIDs(String category, String type, String format, Integer startIndex, Integer endIndex) throws OleException
OleException
public String generateNodeCount() throws OleException, javax.jcr.RepositoryException
OleException
javax.jcr.RepositoryException
public FolderNode computeNodeCount(javax.jcr.Node node, RepositoryData repositoryData) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.