|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSResultFilter
com.jivesoftware.community.webservices.WSBlogResultFilter
public class WSBlogResultFilter
Filters and sorts WSBlogs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jivesoftware.community.webservices.WSResultFilter |
|---|
WSResultFilter.ResolutionState |
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.WSResultFilter |
|---|
ASCENDING, DESCENDING, NULL_INT |
| Constructor Summary | |
|---|---|
WSBlogResultFilter()
|
|
| Method Summary | |
|---|---|
static WSBlogResultFilter |
createDefaultFilter()
Creates a default blog ResultFilter: all blogs with results sorted on the blog creation date (newest blogs first). |
java.lang.String |
getPrefix()
Returns an optional prefix to be used when search blogs by name. |
boolean |
isOnlyCommunity()
Returns whether the result to be selected by the result filter should include only community blogs. |
boolean |
isOnlyPersonal()
Returns whether the result to be selected by the result filter should include only personal blogs. |
void |
setOnlyCommunity(boolean onlyCommunity)
Sets whether the result to be selected by the result filter should include only community blogs. |
void |
setOnlyPersonal(boolean onlyPersonal)
Sets whether the result to be selected by the result filter should include only personal blogs. |
void |
setPrefix(java.lang.String prefix)
Set a single character prefix to be used when searching blogs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSBlogResultFilter()
| Method Detail |
|---|
public static WSBlogResultFilter createDefaultFilter()
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - a single character prefix to be used when searching blogs.public boolean isOnlyCommunity()
public void setOnlyCommunity(boolean onlyCommunity)
onlyCommunity - the onlyCommunity value.public boolean isOnlyPersonal()
public void setOnlyPersonal(boolean onlyPersonal)
onlyPersonal - the onlyPersonal value.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||