public static int countBoxPublicMetadata(ResearcherPage anagrafica,
String boxName, Boolean onlyComplexValue)
throws IllegalArgumentException, IllegalAccessException,
InvocationTargetException
{
BoxResearcherPage box = applicationService.getBoxByShortName(
BoxResearcherPage.class, boxName);
return countBoxPublicMetadata(anagrafica, box, onlyComplexValue);
}