Uses of Class
com.sas.services.information.search.SearchOperator

Packages that use SearchOperator
com.sas.services.information.search The com.sas.services.information.search package performs and manages metadata searches for public objects. 
 

Uses of SearchOperator in com.sas.services.information.search
 

Fields in com.sas.services.information.search declared as SearchOperator
protected  SearchOperator ObjectNameFilter._searchOperator
           
 

Methods in com.sas.services.information.search that return SearchOperator
static SearchOperator ObjectNameFilter.getDefaultOperator()
          Returns the default operator, CONTAINS, used for all name searches.
 SearchOperator ObjectNameFilter.getSearchOperator()
          Returns the operator being used in this search
static SearchOperator SearchOperator.getSearchOperatorForValue(int lvalue)
           
static SearchOperator SearchOperator.getSearchOperatorForValue(java.lang.String value)
           
static SearchOperator SearchOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchOperator[] SearchOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sas.services.information.search with parameters of type SearchOperator
DisplayNameFilter(java.lang.String name, boolean includeDescription, SearchOperator searchOperator)
           
ObjectNameFilter(java.lang.String name, boolean includeDescription, SearchOperator searchOperator)
          Constructs a new name filter that allows objects to be searched on by their name
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.