public interface DocumentDataProvider<T extends DocumentData>
| Modifier and Type | Method and Description |
|---|---|
T |
provide(java.lang.String documentId)
Provides document data for the specified document ID.
|
T provide(java.lang.String documentId)
documentId - document ID to provide document data for