boolean doAnalysis) throws APIException {
if (page == null) {
return;
}
final API api = APIFactory.getAPI();
addTask(new ContentsCallable(
wikipedia, this, api,
page, returnPage ? page : null,
usePageId, withRedirects, null,
doAnalysis));
block(block);