public class GetLocalDocumentCallable extends java.lang.Object implements SQLCallable<LocalDocument>
Constructor and Description |
---|
GetLocalDocumentCallable(java.lang.String docId) |
Modifier and Type | Method and Description |
---|---|
LocalDocument |
call(SQLDatabase database) |
public GetLocalDocumentCallable(java.lang.String docId)
docId
- Document to fetch the local Document forpublic LocalDocument call(SQLDatabase database) throws DatastoreException, DocumentNotFoundException
call
in interface SQLCallable<LocalDocument>
DatastoreException
DocumentNotFoundException