HttpClient client = getClient();
for (int i = 0; i < documentIdentifiers.length; i++) {
activities.checkJobStillActive();
Item item = documentCache.get(documentIdentifiers[i]);
if (item == null) {
throw new ManifoldCFException("processDocuments error - no cache entry for: " + documentIdentifiers[i]);
}
if (item.related != null) {