|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaspersoft.jasperserver.war.model.TreeHelper
public class TreeHelper
This class provides a set of convenient static methods to make tree related operation easier to perform
Constructor Summary | |
---|---|
TreeHelper()
|
Method Summary | |
---|---|
static TreeNode |
getSubtree(ExecutionContext executionContext,
TreeDataProvider dataProvider,
java.lang.String rootUri,
java.util.List prefetchedUris)
Returns a subtree from a given root URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeHelper()
Method Detail |
---|
public static TreeNode getSubtree(ExecutionContext executionContext, TreeDataProvider dataProvider, java.lang.String rootUri, java.util.List prefetchedUris)
executionContext
- ExecutionContext instancedataProvider
- Data Provider for a treerootUri
- the root of requested subtree (could be "/")prefetchedUris
- list of all children at any hierarchy depth requested to be loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |