|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumThreadIterator | |
---|---|
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 ForumThreadIterator in com.jivesoftware.forum |
---|
Fields in com.jivesoftware.forum declared as ForumThreadIterator | |
---|---|
static ForumThreadIterator |
ForumThreadIterator.EMPTY_ITERATOR
The empty thread iterator. |
Methods in com.jivesoftware.forum that return ForumThreadIterator | |
---|---|
ForumThreadIterator |
Forum.getThreads()
Returns a Iterator for all the threads in the forum. |
ForumThreadIterator |
Forum.getThreads(ResultFilter resultFilter)
Returns a Iterator for all the threads in the forum that match the criteria specified by the ResultFilter. |
Uses of ForumThreadIterator in com.jivesoftware.forum.database |
---|
Subclasses of ForumThreadIterator in com.jivesoftware.forum.database | |
---|---|
class |
ForumThreadBlockIterator
Database implementation of the ForumThreadIterator abstract class. |
Methods in com.jivesoftware.forum.database that return ForumThreadIterator | |
---|---|
ForumThreadIterator |
DbForum.getThreads()
|
ForumThreadIterator |
DbForum.getThreads(ResultFilter resultFilter)
|
Uses of ForumThreadIterator in com.jivesoftware.forum.proxy |
---|
Subclasses of ForumThreadIterator in com.jivesoftware.forum.proxy | |
---|---|
class |
ForumThreadIteratorProxy
|
Methods in com.jivesoftware.forum.proxy that return ForumThreadIterator | |
---|---|
ForumThreadIterator |
ForumProxy.getThreads()
|
ForumThreadIterator |
ForumProxy.getThreads(ResultFilter resultFilter)
|
Constructors in com.jivesoftware.forum.proxy with parameters of type ForumThreadIterator | |
---|---|
ForumThreadIteratorProxy(ForumThreadIterator iterator,
AuthToken authToken,
Permissions permissions)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |