Uses of Interface
com.sas.services.information.search.SearchCriteriaModel
Packages that use SearchCriteriaModel
Package
Description
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of SearchCriteriaModel in com.sas.services.information.search
Methods in com.sas.services.information.search that return SearchCriteriaModelModifier and TypeMethodDescriptionstatic SearchCriteriaModelSearchUtility.createSearchCriteriaModel(Search searchObj) Method to build this model using the information already stored in a Search objectstatic SearchCriteriaModelSearchUtility.createSearchCriteriaModel(ServerInterface server, String xmlCriteria) Method to build this model using the information from a saved search folder.Methods in com.sas.services.information.search with parameters of type SearchCriteriaModelModifier and TypeMethodDescriptionstatic StringSearchUtility.getModelXML(SearchCriteriaModel scm) Method to build an xml string from this model class in the form used when saving off a search folder in metadata.SearchUtility.validateSearchCriteria(SearchCriteriaModel scm, ServerInterface server)