com.plumtree.portaluiinfrastructure.search
Interface ISearchQueryRO

All Superinterfaces:
IBaseSearchQueryRO
All Known Subinterfaces:
ISearchResultModelRO
All Known Implementing Classes:
SearchResultModel

public interface ISearchQueryRO
extends IBaseSearchQueryRO

Author:
CraigS

Method Summary
 java.lang.String GetASConstraintOperator(int condition)
          If advanced search, returns the operator for the indicated property condition (localized).
 java.lang.String GetASConstraintProperty(int condition)
          If advanced search, returns the property name for the indicated property condition.
 java.lang.String GetASConstraintValue(int condition)
          If advanced search, returns the comparison value for the indicated property condition.
 int GetASNumPropertyConstraints()
          If advanced search, returns the number of property restrictions.
 boolean GetASPropertyClauseOperator()
          If advanced search, returns whether individual property conditions are ANDed or ORed together (true <-> AND).
 boolean GetASTopLevelOperator()
          If advanced search, returns whether text and property conditions (as a group) are ANDed or ORed together (true <-> AND).
 boolean isAdvancedSearch()
          Returns true if this result was generated by an advanced search.
 boolean IsASTooComplexToSummarize()
          Returns true if this advanced search consists of a nested set of clauses that are too complex to easily summarize.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.search.IBaseSearchQueryRO
GetAbstractTypeRestrictions, GetAdminFolderRestrictions, GetApplicationRestrictions, GetCollabProjectRestrictions, GetCommunityNameForID, GetCommunityRestrictions, GetDocFolderRestrictions, GetFolderNameForID, GetIncludeSubfolders, GetLanguageRestriction, GetObjectTypeRestrictions, GetPortletNameForID, GetPortletRestrictions, GetSearchString
 

Method Detail

IsASTooComplexToSummarize

boolean IsASTooComplexToSummarize()
Returns true if this advanced search consists of a nested set of clauses that are too complex to easily summarize.


GetASConstraintOperator

java.lang.String GetASConstraintOperator(int condition)
If advanced search, returns the operator for the indicated property condition (localized).


GetASConstraintProperty

java.lang.String GetASConstraintProperty(int condition)
If advanced search, returns the property name for the indicated property condition.


GetASConstraintValue

java.lang.String GetASConstraintValue(int condition)
If advanced search, returns the comparison value for the indicated property condition.


GetASNumPropertyConstraints

int GetASNumPropertyConstraints()
If advanced search, returns the number of property restrictions.


GetASPropertyClauseOperator

boolean GetASPropertyClauseOperator()
If advanced search, returns whether individual property conditions are ANDed or ORed together (true <-> AND).


GetASTopLevelOperator

boolean GetASTopLevelOperator()
If advanced search, returns whether text and property conditions (as a group) are ANDed or ORed together (true <-> AND).


isAdvancedSearch

boolean isAdvancedSearch()
Returns true if this result was generated by an advanced search.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.