Provides access to Domino REST API server.
Provides accessible operations and its required parameters.
the scope name
a type ListViewBody JSON that is the format when creating a design element view.
name of design element
Optional
options: DesignOptionsparameters that we want to use for the endpoint PUT /design/views/{designName}
in a specific format
A promise that resolves to a type of CreateUpdateListResponse.
accepts a DominoScope or a JSON format containing all of the fields needed when creating a Domino REST scope
a promise that resolves to the created scope.
the name of scope to be deleted
A promise that resolves to the deleted scope.
the scope name
name of design element
Optional
options: DesignOptionsparameters that we want to use for the endpoint GET /design/views/{designName}
in a specific format
A promise that resolves to a type GetListViewDesignJSON.
the name of scope to be retrieved
a promise that resolves to the fetched scope.
a promise that resolves to an array of domino scopes.
Static
Readonly
getStatic factory method to get DominoSetupSession.
DominoAccess to use
DominoServer to use
DominoSetupSession class
Takes in both Domino access and connector, and forms a session wherein a user has access to SETUP Domino REST API operations.
Author
stephan.wissel@hcl.software
Author
emmanuelryan.gamla@hcl.software
Author
alecvincent.bardiano@hcl.software