Uses of Interface
com.jaspersoft.jasperserver.war.model.TreeNode

Packages that use TreeNode
com.jaspersoft.jasperserver.war.model   
com.jaspersoft.jasperserver.war.model.impl   
 

Uses of TreeNode in com.jaspersoft.jasperserver.war.model
 

Methods in com.jaspersoft.jasperserver.war.model that return TreeNode
 TreeNode TreeDataProvider.getNode(ExecutionContext executionContext, java.lang.String uri, int depth)
          Returns an instance of TreeNode for a given URI.
static TreeNode TreeHelper.getSubtree(ExecutionContext executionContext, TreeDataProvider dataProvider, java.lang.String rootUri, java.util.List prefetchedUris)
          Returns a subtree from a given root URI.
 

Methods in com.jaspersoft.jasperserver.war.model with parameters of type TreeNode
 boolean TreeDataFilter.filter(TreeNode node)
          Returns true if node shold stay in the tree, false if node should be removed
 

Uses of TreeNode in com.jaspersoft.jasperserver.war.model.impl
 

Classes in com.jaspersoft.jasperserver.war.model.impl that implement TreeNode
 class TreeNodeImpl
          Implementation of TreeNode
 

Methods in com.jaspersoft.jasperserver.war.model.impl that return TreeNode
 TreeNode RepositoryTreeDataProviderImpl.getNode(ExecutionContext executionContext, java.lang.String uri, int depth)
          Returns a list of TreeNode instances which are immediate children of a node identified by a given URI.
 

Methods in com.jaspersoft.jasperserver.war.model.impl with parameters of type TreeNode
 boolean UriInclusiveTreeDataFilterImpl.filter(TreeNode node)
          Returns true if node is a resource, a parent of a resource, or a child of a resource with uri which is in uriList.
 boolean UriExclusiveTreeDataFilterImpl.filter(TreeNode node)
          Returns false if node is a resource or a child of a resource with uri which is in uriList.
 boolean TypeInclusiveTreeDataFilterImpl.filter(TreeNode node)
          Returns true if excludeTypesList contains a given node type.
 boolean TypeExclusiveTreeDataFilterImpl.filter(TreeNode node)
          Returns false if excludeTypesList contains a given node type.
 boolean ORTreeDataFilterImpl.filter(TreeNode node)
          Returns true if at least one of children filters returns true.
 boolean ANDTreeDataFilterImpl.filter(TreeNode node)
          Returns true if all children filters return true.
 



Copyright © 2007. All Rights Reserved.