service/domain/document/document_get
Api Code Documentation / Exports / service/domain/document/document_get
#
Table of contents#
Functions#
Functions#
getAllDocumentInfosâ–¸ getAllDocumentInfos(ctx
, repository
): Promise
<Type
<StoredDocument
[]>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
repository | Repository |
#
ReturnsPromise
<Type
<StoredDocument
[]>>
#
Defined insrc/service/domain/document/document_get.ts:22
#
getAllDocumentReferencesâ–¸ getAllDocumentReferences(repository
): Promise
<Type
<DocumentReference
[]>>
#
ParametersName | Type |
---|---|
repository | Repository |
#
ReturnsPromise
<Type
<DocumentReference
[]>>
#
Defined insrc/service/domain/document/document_get.ts:53
#
getDocumentInfoâ–¸ getDocumentInfo(ctx
, docId
, repository
): Promise
<Type
<StoredDocument
| undefined
>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
docId | string |
repository | Repository |
#
ReturnsPromise
<Type
<StoredDocument
| undefined
>>