|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use SearchFilter | |
|---|---|
| com.sas.services.information.metadata | Information Service metadata. |
| com.sas.services.information.search | The com.sas.services.information.search package performs and manages metadata searches for public objects. |
| Uses of SearchFilter in com.sas.services.information.metadata |
|---|
| Fields in com.sas.services.information.metadata with type parameters of type SearchFilter | |
|---|---|
protected java.util.List<SearchFilter> |
VirtualFolder._origSearchFilters
|
| Methods in com.sas.services.information.metadata that return types with arguments of type SearchFilter | |
|---|---|
protected java.util.List<SearchFilter> |
VirtualFolder.getOriginalFilters()
|
| Uses of SearchFilter in com.sas.services.information.search |
|---|
| Classes in com.sas.services.information.search that implement SearchFilter | |
|---|---|
class |
DateFilter
The DateFilter class is used to filter objects based on their metadata created or metadata modified date values. |
class |
DisplayNameFilter
The DisplayNameFilter class is used to filter or search for objects by their DisplayName and Name attributes. |
class |
ExtendedAttributesFilter
The ExtendedAttributesFilter class is used to filter or search for objects by their associated extended attributes. |
class |
KeywordFilter
The KeywordFilter class is used to filter objects by their associated keywords. |
class |
NotesFilter
The NotesFilter class is used to filter or search for objects by their associated notes. |
class |
ObjectNameFilter
The ObjectNameFilter class is used to filter or search for objects by their Name attribute. |
class |
PublicTypeFilter
PublicTypeFilter |
class |
ResponsibilitiesFilter
The ResponsibilitiesFilter class is used to filter objects by the associated ResponsibleParty. |
| Methods in com.sas.services.information.search that return types with arguments of type SearchFilter | |
|---|---|
abstract java.util.List<SearchFilter> |
Search.getFilters()
Getter to retrieve the filters used for this search |
abstract java.util.List<SearchFilter> |
SearchCriteriaModel.getSearchFilters()
Method to retrieve the search filters (a list of SearchFilter filters) from the search criteria. |
| Methods in com.sas.services.information.search with parameters of type SearchFilter | |
|---|---|
abstract void |
Search.addFilter(SearchFilter filter)
Method to specify a search filter to use in this search. |
abstract void |
Search.removeFilter(SearchFilter filter)
Removes a filter currently being used for the search. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||