10-24-2011 10:52 AM
List<AssetInfo> submitted = assetService.listAssets(wpInfo.getStoreId(), ROOT_PATH, false);
but this list has only submitted stuff. So I tried to get list of new (or modified stuff) viaList<AssetInfo> changed = sandboxService.listChanged(wpInfo.getStoreId(), ROOT_PATH, false);
10-25-2011 07:46 AM
Map<String, AVMNodeDescriptor> nodes = avmService.getDirectoryListing(-1, path);
10-25-2011 08:32 AM
sp.setQuery("TYPE:\"{http://www.alfresco.org/model/content/1.0}content\"");
sp.addStore(new StoreRef(StoreRef.PROTOCOL_AVM, stagingStore));
. . .
results = searchService.query(sp);
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.