@vijitha
It can be done by using Node API.
You can right a servlet to pass the parent node path on temporary basis. Later, this servlet can be removed from code repo.
First a parent node path would be required and then all child nodes can be iterated using node api.
Then, you can check if the node...