Uses of Interface
com.sas.services.information.search.SearchFilter
Packages that use SearchFilter
Package
Description
Information Service metadata.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
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 SearchFilterMethods in com.sas.services.information.metadata that return types with arguments of type SearchFilterModifier and TypeMethodDescriptionprotected List<SearchFilter> VirtualFolder.getOriginalFilters() -
Uses of SearchFilter in com.sas.services.information.sasfolders
Fields in com.sas.services.information.sasfolders with type parameters of type SearchFilterMethods in com.sas.services.information.sasfolders that return types with arguments of type SearchFilterModifier and TypeMethodDescriptionList<SearchFilter> SASFoldersModel.getSearchFilters()List<SearchFilter> SASFoldersModelInterface.getSearchFilters()Gets the set of specified filters.Methods in com.sas.services.information.sasfolders with parameters of type SearchFilterModifier and TypeMethodDescriptionvoidSASFoldersModel.addSearchFilter(SearchFilter filter) voidSASFoldersModelInterface.addSearchFilter(SearchFilter filter) Adds a new filter to be used when retrieving information from the server.voidSASFoldersModel.removeSearchFilter(SearchFilter filter) voidSASFoldersModelInterface.removeSearchFilter(SearchFilter filter) Removes a filter from the model.Method parameters in com.sas.services.information.sasfolders with type arguments of type SearchFilterModifier and TypeMethodDescriptionList<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList) List<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList, boolean recursive) protected FilterInterfaceSASFoldersModel.FolderSearchManager.getMembersFilter(List<SearchFilter> criteriaList, String folderID) protected FilterInterfaceSASFoldersModel.FolderSearchManager.getSubFoldersFilter(List<SearchFilter> criteriaList, String folderID) voidSASFoldersModel.setSearchFilters(List<SearchFilter> filters) voidSASFoldersModelInterface.setSearchFilters(List<SearchFilter> filters) Sets the filters to be used when retrieving information from the server. -
Uses of SearchFilter in com.sas.services.information.search
Classes in com.sas.services.information.search that implement SearchFilterModifier and TypeClassDescriptionclassThe DateFilter class is used to filter objects based on their metadata created or metadata modified date values.classThe DisplayNameFilter class is used to filter or search for objects by their DisplayName and Name attributes.classThe ExtendedAttributesFilter class is used to filter or search for objects by their associated extended attributes.classThe KeywordFilter class is used to filter objects by their associated keywords.classThe NotesFilter class is used to filter or search for objects by their associated notes.classThe ObjectNameFilter class is used to filter or search for objects by their Name attribute.classPublicTypeFilterclassThe 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 SearchFilterModifier and TypeMethodDescriptionList<SearchFilter> Search.getFilters()Getter to retrieve the filters used for this searchList<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 SearchFilterModifier and TypeMethodDescriptionvoidSearch.addFilter(SearchFilter filter) Method to specify a search filter to use in this search.voidSearch.removeFilter(SearchFilter filter) Removes a filter currently being used for the search. -
Uses of SearchFilter in com.sas.services.information.search.impl
Fields in com.sas.services.information.search.impl with type parameters of type SearchFilterMethods in com.sas.services.information.search.impl that return types with arguments of type SearchFilterModifier and TypeMethodDescriptionList<SearchFilter> SearchImpl.getFilters()List<SearchFilter> SearchCriteriaModelImpl.getSearchFilters()Methods in com.sas.services.information.search.impl with parameters of type SearchFilterModifier and TypeMethodDescriptionvoidSearchImpl.addFilter(SearchFilter filter) voidSearchImpl.removeFilter(SearchFilter filter) Method parameters in com.sas.services.information.search.impl with type arguments of type SearchFilterModifier and TypeMethodDescriptionprotected FilterInterfaceSearchImpl.createFolderSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate folder filter to run the search with.protected FilterInterfaceSearchImpl.createRootFolderSearchFilter(List<SearchFilter> filtersList) Constructs a filter that is designed to be used for the root folder only.protected FilterInterfaceSearchImpl.createSearchFilter(List<SearchFilter> filtersList) Build the filter used for this server based "primary types" search using the filtersList.protected FilterInterfaceSearchImpl.createSubFoldersSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate filter to run the search with when searching only folders and not members.protected FilterInterfaceSearchImpl.getMembersFilter(List<SearchFilter> filtersList, String folderID) Returns the filter used for searching for a folder's set of members.protected FilterInterfaceSearchImpl.getSubFoldersFilter(List<SearchFilter> filtersList, String folderID) Returns the filter used for searching for subfolders.voidSearchCriteriaModelImpl.setSearchFilters(List<SearchFilter> filters)