Uses of Class
com.emc.d2fs.models.search_results.SearchResults
Packages that use SearchResults
Package
Description
-
Uses of SearchResults in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return SearchResultsModifier and TypeMethodDescriptionIContentService.getSearchContent
(Context context, String id, String contentTypeName, String facetName, String facetValue, String resetFacetName, String viewMode, String checkChildren, String facetCountInfo) Get combined Search and Facets content as a single item/structure -
Uses of SearchResults in com.emc.d2fs.models.search_results
Methods in com.emc.d2fs.models.search_results that return SearchResultsModifier and TypeMethodDescriptionObjectFactory.createSearchResults()
Create an instance ofSearchResults
Methods in com.emc.d2fs.models.search_results that return types with arguments of type SearchResultsMethods in com.emc.d2fs.models.search_results with parameters of type SearchResults -
Uses of SearchResults in com.emc.d2fs.services.content_service
Methods in com.emc.d2fs.services.content_service that return SearchResultsModifier and TypeMethodDescriptionGetSearchContentResponse.getSearchResults()
Gets the value of the searchResults property.Methods in com.emc.d2fs.services.content_service with parameters of type SearchResultsModifier and TypeMethodDescriptionvoid
GetSearchContentResponse.setSearchResults
(SearchResults value) Sets the value of the searchResults property.