|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilterIteratorRO
Method Summary | |
---|---|
boolean |
AddSetProperty(QueryCondition qc)
|
int |
GetCurrentClauseDepth()
Gets the depth of the current clause. |
boolean |
GetCurrentClauseOperator()
Gets the operator (AND or OR) that joins the current clause together. |
boolean |
GetNextClausePosition()
|
boolean |
GetNextStatementAndSetQC(QueryCondition qc)
|
int |
GetNumItemsInFirstClause()
Convenience method to return the number of items in the first clause; basically an easy way to see if this filter contains anything of interest |
IASQueryResult |
GetPropertiesVisibleToCurrentUser()
Queries the database for the set of properties this user can see (on the first call), returns a cached value on subsequent calls. |
java.lang.String |
GetTextSearchString()
Gets the filter's top-level search string. |
boolean |
GetTopLevelAllMustPass()
|
QueryCondition |
MakeQueryCondition()
Make a brand-new QueryCondition. |
void |
SetIteratorToStart()
Resets this iterator to the beginning. |
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject |
---|
GetName |
Method Detail |
---|
QueryCondition MakeQueryCondition()
int GetCurrentClauseDepth()
boolean GetCurrentClauseOperator()
java.lang.String GetTextSearchString()
boolean GetNextClausePosition()
boolean GetNextStatementAndSetQC(QueryCondition qc)
qc
-
boolean AddSetProperty(QueryCondition qc)
qc
-
int GetNumItemsInFirstClause()
IASQueryResult GetPropertiesVisibleToCurrentUser()
boolean GetTopLevelAllMustPass()
void SetIteratorToStart()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |