Example #1
0
 private List<String> buildContentList(String lastItem) throws ContentStoreException {
   return store.getSpace(spaceId, prefix, maxResults, lastItem).getContentIds();
 }