usmankhalidbuttEvery project has a jcr:content and contains all details
like created date, created by user, project path, experience fragments
associated with project etcResource parent =
resourceResolver.getResource(rootPath);Iterator children =
parent.listChildren(); while (children.hasNext()) { Resource child =
children.next(); Resource jcrResource=child.getChild("jcr:content");
ValueMap vm = jcrResource.getValueMap(); //Use valuemap object to pass
propertyname(go through jcr:content of that...