// Configure the dynamic ACL transformation filters for the documents.
// TODO(bmj): Is FeedType.CONTENTURL a reasonable assumption here?
AclTransformFilter aclTransformFilter = new AclTransformFilter(
feedConnection,
new UrlConstructor(connectorName, FeedType.CONTENTURL));
metaDoc = aclTransformFilter.newDocumentFilter(metaDoc);
}
return metaDoc;
}