|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of QuestionFilter in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community with parameters of type QuestionFilter | |
|---|---|
int |
QuestionManager.getQuestionCount(Community community,
QuestionFilter questionFilter)
Returns the count of questions in a community that pass the specified question filter. |
int |
QuestionManager.getQuestionCount(QuestionFilter questionFilter)
Returns the count of all questions in the system that pass the specified question filter. |
JiveIterator<Question> |
QuestionManager.getQuestions(Community community,
QuestionFilter questionFilter)
Returns an iterable for all questions in a categetory that pass the specified question filter. |
JiveIterator<Question> |
QuestionManager.getQuestions(QuestionFilter questionFilter)
Returns an iterable for all questions in the system that pass the specified question filter. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||