|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Question | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| Uses of Question in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return Question | |
|---|---|
Question |
QuestionManager.createQuestion(ForumThread thread)
Creates a new question. |
Question |
ForumThread.getQuestion()
Returns the question associated with a thread or null if the question does not exist. |
Question |
QuestionManager.getQuestion(ForumThread thread)
Returns the question associated with a thread. |
| Methods in com.jivesoftware.community that return types with arguments of type Question | |
|---|---|
JiveIterator<Question> |
QuestionManager.getQuestions()
Returns an iterable for all questions in the system. |
JiveIterator<Question> |
QuestionManager.getQuestions(JiveContainer container)
Returns an iterable for all questions in a container. |
JiveIterator<Question> |
QuestionManager.getQuestions(JiveContainer container,
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. |
| Methods in com.jivesoftware.community with parameters of type Question | |
|---|---|
void |
QuestionManager.deleteQuestion(Question question)
Deletes an existing question. |
| Uses of Question in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return Question | |
|---|---|
Question |
QuestionEvent.getQuestion()
Returns the Question that the event corresponds to. |
| Constructors in com.jivesoftware.community.event with parameters of type Question | |
|---|---|
QuestionEvent(int eventType,
Question question,
Map<String,? extends Object> params)
Creates a new question event. |
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||