public Progress[] getProgress() {
logger.log(LOG_LEVEL, "getProgress() was called");
if (errorConfig.containsKey(FUNC_GETPROCESS_KEY)) {
((FunctionErrorStore) errorConfig.get(FUNC_GETPROCESS_KEY)).methodeCalled8();
}
return new Progress[] { new ProgressImpl(documentsCounted, documentCount, Progress.ENTITIES) };
}