for (int i = 0; i < collectionFunctions.length; i++)
{
final StructureFunction function = collectionFunctions[i];
if (activeLevel <= function.getDependencyLevel())
{
function.itemsAdvanced(event);
}
}
}
private void fireItemsStartedEvent(final ReportEvent event)