|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for filters used for querying discussion messages. By default, a discussion message filter will be set to give the largest possible result set. The various setter methods can be used to narrow the kinds of results to return.
| Method Summary | |
DiscussionMessageStatusFilterType |
getMessageStatusType()
Returns the message status filter type. |
DiscussionMessageModeratorFilterType |
getModeratorType()
Returns the moderator filter type. |
DiscussionMessageQueryOrder[] |
getQueryOrders()
Returns the DiscussionMessageQueryOrder that the results
will be returned in. |
void |
setMessageStatusType(DiscussionMessageStatusFilterType messageStatus)
Sets the message status filter type. |
void |
setModeratorType(DiscussionMessageModeratorFilterType moderatorType)
Sets the moderator filter type. |
void |
setQueryOrders(DiscussionMessageQueryOrder[] queryOrders)
Sets the DiscussionMessageQueryOrder that results should be returned in. |
| Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter |
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity |
| Method Detail |
public DiscussionMessageStatusFilterType getMessageStatusType()
public DiscussionMessageModeratorFilterType getModeratorType()
public DiscussionMessageQueryOrder[] getQueryOrders()
DiscussionMessageQueryOrder that the results
will be returned in.
queryField - an array of DiscussionMessageQueryOrderspublic void setMessageStatusType(DiscussionMessageStatusFilterType messageStatus)
messageStatus - the message status filter; cannot be nullpublic void setModeratorType(DiscussionMessageModeratorFilterType moderatorType)
moderatorType - the moderator filter type; cannot be nullpublic void setQueryOrders(DiscussionMessageQueryOrder[] queryOrders)
DiscussionMessageQueryOrder that results should be returned in.
queryOrders - an array of DiscussionMessageQueryOrder; cannot be null or of 0 length.
The rows will be returned as the order of the
DiscussionMessageQueryOrder array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.