Uses of Class
org.exoplatform.documents.storage.jcr.search.DocumentFileSearchResult
Packages that use DocumentFileSearchResult
Package
Description
-
Uses of DocumentFileSearchResult in org.exoplatform.documents.storage.jcr.search
Methods in org.exoplatform.documents.storage.jcr.search that return DocumentFileSearchResultModifier and TypeMethodDescriptionprotected DocumentFileSearchResultDocumentSearchServiceConnector.buildHit(org.json.simple.JSONObject jsonHit) Methods in org.exoplatform.documents.storage.jcr.search that return types with arguments of type DocumentFileSearchResultModifier and TypeMethodDescriptionprotected Collection<DocumentFileSearchResult> 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) -
Uses of DocumentFileSearchResult in org.exoplatform.documents.storage.jcr.util
Methods in org.exoplatform.documents.storage.jcr.util with parameters of type DocumentFileSearchResultModifier and TypeMethodDescriptionstatic javax.jcr.NodeJCRDocumentsUtil.getNode(javax.jcr.Session session, org.exoplatform.documents.model.FileNode fileNode, DocumentFileSearchResult fileSearchResult)