|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Question.State | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of Question.State in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community declared as Question.State | |
|---|---|
static Question.State |
Question.State.assumed_resolved
The question is answered, but the question creator has not indicated that the question is resolved. |
static Question.State |
Question.State.open
The question is not resolved. |
static Question.State |
Question.State.possibly_resolved
There are one or more possible answers to the question. |
static Question.State |
Question.State.resolved
The question is answered. |
| Methods in com.jivesoftware.community that return Question.State | |
|---|---|
Question.State |
Question.getState()
Returns the resolution state of this question. |
static Question.State |
Question.State.valueOf(int code)
Returns the State associated with the specified integer code. |
static Question.State |
Question.State.valueOf(String state)
Returns the State associated with the specified String value. |
| Methods in com.jivesoftware.community that return types with arguments of type Question.State | |
|---|---|
Set<Question.State> |
QuestionFilter.getResolutionStates()
Returns the set resolution states that will be included in filtered results. |
Set<Question.State> |
ThreadResultFilter.getResolutionStates()
Returns the set resolution states that will be included in filtered results. |
| Methods in com.jivesoftware.community with parameters of type Question.State | |
|---|---|
void |
QuestionFilter.addResolutionState(Question.State resolutionState)
Adds a resolution state to the set of states that will be included in filtered results. |
void |
ThreadResultFilter.addResolutionState(Question.State resolutionState)
Adds a resolution state to the set of states that will be included in filtered results. |
int |
Question.State.compareTo(Question.State s)
|
void |
QuestionFilter.removeResolutionState(Question.State resolutionState)
Removes a resolution state from the set of states that will be included in filtered results. |
void |
ThreadResultFilter.removeResolutionState(Question.State resolutionState)
Removes a resolution state from the set of states that will be included in filtered results. |
void |
Question.setState(Question.State state)
Sets the resolution state of this question. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||