Document
Extends:
BaseModule → Document
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
Inherited Summary
| From class BaseModule | ||
| public |
|
|
| public |
call(endpoint: string, data: object | FilterBuilder, method: string, autoTransform: boolean): Promise |
|
| private |
_transform(data: *): * |
|
Public Constructors
Public Members
Public Methods
public delete(documentId: string): Promise<MDocument> source
Params:
| Name | Type | Attribute | Description |
| documentId | string |
public get(documentId: *): Promise<MDocument> source
Params:
| Name | Type | Attribute | Description |
| documentId | * |
public list(organizationId: *, transform: boolean): Promise<MDocument[]> source
Params:
| Name | Type | Attribute | Description |
| organizationId | * | ||
| transform | boolean |
|
