{
final ResourceManager resourceManager = new ResourceManager();
resourceManager.registerDefaults();
final Resource resource = resourceManager.createDirectly(expressionMetaSource,
DrillDownProfileCollection.class);
final DrillDownProfileCollection typeCollection = (DrillDownProfileCollection) resource.getResource();
final DrillDownProfile[] types = typeCollection.getData();
for (int i = 0; i < types.length; i++)
{
final DrillDownProfile metaData = types[i];
if (metaData != null)
{