08-30-2009 04:45 AM
09-17-2009 05:30 AM
09-30-2009 11:03 AM
Reference myFolder = new Reference(store, myUuid, null); // You can specify the path instead of the uuid if you prefer
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
QueryResult queryResult = repositoryService.queryChildren(myFolder);
ResultSet resultSet = queryResult.getResultSet();
ResultSetRow[] rows = resultSet.getRows();
for(ResultSetRow row : rows) {
// Every "row" is pointing to a file
…
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.