Uses of Class
org.exoplatform.documents.legacy.search.data.SearchResult
Packages that use SearchResult
Package
Description
-
Uses of SearchResult in org.exoplatform.documents.storage.jcr.search
Subclasses of SearchResult in org.exoplatform.documents.storage.jcr.searchMethods in org.exoplatform.documents.storage.jcr.search that return SearchResultModifier and TypeMethodDescriptionprotected SearchResultDocumentSearchServiceConnector.buildHit(org.json.simple.JSONObject jsonHit) Methods in org.exoplatform.documents.storage.jcr.search that return types with arguments of type SearchResultModifier and TypeMethodDescriptionprotected Collection<SearchResult> DocumentSearchServiceConnector.buildResult(String jsonResponse) DocumentSearchServiceConnector.search(org.exoplatform.services.security.Identity userIdentity, String workspace, String path, org.exoplatform.documents.model.DocumentNodeFilter filter, int offset, int limit, String sortField, String sortDirection) Constructors in org.exoplatform.documents.storage.jcr.search with parameters of type SearchResultModifierConstructorDescriptionDocumentFileSearchResult(SearchResult result) DocumentFileSearchResult(SearchResult result, String id, String workspace, String nodePath) -
Uses of SearchResult in org.exoplatform.documents.storage.jcr.util
Methods in org.exoplatform.documents.storage.jcr.util with parameters of type SearchResultModifier and TypeMethodDescriptionstatic org.exoplatform.documents.model.FileNodeJCRDocumentsUtil.toFileNode(org.exoplatform.social.core.manager.IdentityManager identityManager, javax.jcr.Session session, org.exoplatform.services.security.Identity aclIdentity, SearchResult searchResult, org.exoplatform.social.core.space.spi.SpaceService spaceService)