Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.TreeWalker

Packages that use TreeWalker
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of TreeWalker in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return TreeWalker
 TreeWalker ForumThread.getTreeWalker()
          Returns the TreeWalker for this thread.
 

Uses of TreeWalker in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement TreeWalker
 class DbTreeWalker
          Database implementation of the TreeWalker interface.
 

Methods in com.jivesoftware.forum.database that return TreeWalker
 TreeWalker DbForumThread.getTreeWalker()
           
 

Uses of TreeWalker in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement TreeWalker
 class TreeWalkerProxy
          Protection proxy for TreeWalker ojbects.
 

Methods in com.jivesoftware.forum.proxy that return TreeWalker
 TreeWalker ForumThreadProxy.getTreeWalker()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type TreeWalker
TreeWalkerProxy(TreeWalker treeWalker, AuthToken authToken, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.