Class RecursiveGetChildNodesTask

java.lang.Object
ch.tocco.nice2.dms.api.tree.persisttask.RecursiveGetChildNodesTask
All Implemented Interfaces:
PersistTask<ContentTreeNode,Set<ContentTreeNode>>

public class RecursiveGetChildNodesTask extends Object implements PersistTask<ContentTreeNode,Set<ContentTreeNode>>
PersistTask to recursively get all child nodes of a given node. The returned set does not include the node itself.