Uses of Interface
com.sas.services.information.search.Search
Packages that use Search
Package
Description
Information Service metadata.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of Search in com.sas.services.information.metadata
Fields in com.sas.services.information.metadata declared as SearchMethods in com.sas.services.information.metadata that return SearchModifier and TypeMethodDescriptionVirtualFolder.getSearchManager()VirtualFolderInterface.getSearchManager()Returns the search manager that is used to populate the contents of a virtual folder.Methods in com.sas.services.information.metadata with parameters of type Search -
Uses of Search in com.sas.services.information.search
Methods in com.sas.services.information.search that return SearchModifier and TypeMethodDescriptionstatic SearchSearchFactory.createSearch(ServerInterface server) SearchFolder.getSearch()Retrieve the Search object which drives the search for this SearchFolder.Methods in com.sas.services.information.search with parameters of type SearchModifier and TypeMethodDescriptionstatic SearchCriteriaModelSearchUtility.createSearchCriteriaModel(Search searchObj) Method to build this model using the information already stored in a Search objectstatic SearchFolderSearchFactory.createSearchFolder(String name, FolderInterface folder, Search search) SearchUtility.validateSearchCriteria(Search searchObj, ServerInterface server) -
Uses of Search in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl that return SearchMethods in com.sas.services.information.search.impl with parameters of type SearchModifier and TypeMethodDescriptionvoidSearchFolderImpl.setSearch(Search search) Set the search instance used for this search folder.