Searched refs:docIds (Results 1 – 2 of 2) sorted by relevance
55 List<DocumentInfo> getDocuments(String authority, List<String> docIds) throws RemoteException; in getDocuments() argument91 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) in getDocuments() argument97 List<DocumentInfo> result = new ArrayList<>(docIds.size()); in getDocuments()98 for (String docId : docIds) { in getDocuments()
58 public List<DocumentInfo> getDocuments(String authority, List<String> docIds) { in getDocuments() argument