Provides access to Domino REST API server.
Provides accessible operations and its required parameters.
the scope name
an array of JSON containing document data to be saved
Optional
richTextAs: stringthe format which richtext fields will be returned as (defaults to mime
if not given)
a promise that resolves to an array of created documents.
the scope name
n array of DominoDocument to be deleted
Optional
mode: stringthe mode to perform the document access in. Defaults to default
if missing
a promise that resolves to an array of document status response.
the scope name
an array of UNIDs of the documents to be deleted.
Optional
mode: stringthe mode to perform the document access in. Defaults to default
if missing
a promise that resolves to an array of document status response.
the scope name
an array of UNIDs of the documents to get
Optional
options: BulkGetDocumentsOptionsoptions for bulk get documents operation
a promise that resolves to an array of documents.
the scope name
request body for bulk update documents by query operation
Optional
richTextAs: stringthe format which richtext fields will be returned as (defaults to mime
if not given)
a promise that resolves to an array of documents updated or an array of document operation response.
the scope name
JSON containing the document data to be saved
Optional
options: CreateDocumentOptionsoptions for create document operation
a promise that resolves to the document created.
the scope name
DominoDocument to be deleted
Optional
mode: stringthe mode to perform the document access in. Defaults to default
if not given.
a promise that resolves to a document status response.
the scope name
the UNID of the document to be deleted
Optional
mode: stringthe mode to perform the document access in. Defaults to default
if not given
a promise that resolves to a document status response.
the scope name
the UNID of the document to get
Optional
options: GetDocumentOptionsoptions for get document operation
a promise that resolves to the document fetched.
the scope name
request body for query operation
actions to be done on the query. (eg. execute, explain and parse)
Optional
options: GetDocumentsByQueryOptionsoptions for /query operation
a promise that resolves to an array of documents when execute, an object containing the explainresult or an object containing the parseResult depending on the action provided.
the scope name
name of the view or folder
Optional
options: GetListViewEntryOptionsparameters that we want to use for the endpoint GET /lists/{name}
in a specific format
a promise that resolves to an array of DominoListViewEntry of entries/data.
the scope name
name of the view or folder
name of the column to provide the data for the pivot aggregator
Optional
options: GetListPivotViewEntryOptionsparameters that we want to use for the endpoint GET /listspivot/{name}
in a specific format
A promise that resolves to a PivotListViewResponse.
the scope name
Optional
options: GetListViewOptionsparameters that we want to use for the endpoint GET /lists
in a specific format
A promise that resolves to an array of GetListViewJSON.
the scope name
the UNID of the document to be deleted
the format to return richtext field value
Optional
options: GetRichtextOptionsoptional parameters for GET /richtext/{richTextAs}/{unid}
endpoint
A promise that resolves to a string of the richtext field value.
the scope name
the document's UNID where the patch will be made
JSON that contains what to patch on a document
Optional
options: PatchDocumentOptionsoptions for update document operation
a promise that resolves to the updated document.
the scope name
DominoDocument to update
Optional
options: UpdateDocumentOptionsoptions for update document operation
a promise that resolves to the updated document.
Static
Readonly
getStatic factory method to get DominoBasisSession.
DominoAccess to use
DominoServer to use
DominoBasisSession class
Takes in both Domino access and connector, and forms a session wherein a user has access to BASIS Domino REST API operations.
Author
stephan.wissel@hcl.software
Author
emmanuelryan.gamla@hcl.software
Author
alecvincent.bardiano@hcl.software