Solved
Best way to read all pages/nodes along with metadata and page properties under /content
Hi,
We have a requirement to read all nodes/pages under /content with their metadata and page properties.what is the best way to do this ?
Hi,
We have a requirement to read all nodes/pages under /content with their metadata and page properties.what is the best way to do this ?
Hi,
You should use the visitor pattern for this. There is a base class in the JCR API expressly for this purpose: TraversingItemVisitor.Default.
Regards,
Justin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.