@MinimumAcl(value=AUTHOR) @AclAttributes(value=CreateDocuments) public class PostSettings extends AsyncDominoJNXJson
Implements PostSettings Create Mailbox settings Example incoming {
"body":{ "AltLanguageInfoAllowed":"1" }, "headers":{ "jwtclaim":"a claim",
"db":"MAIL", "operationId":"postSettings" } } Example result {
"status": "OK", "statusCode": 200, "message": "creation complete", "body": {
"@unid": "259274F8A92427E7482585A400669740", "@noteid": "946", "@created":
"2020-07-14T02:40:33.920+08:00", "@lastmodified":
"2020-07-14T02:40:33.930+08:00", "@lastaccessed":
"2020-07-14T02:40:33.920+08:00", "@etag": "W/\"173497a888a\"",
"$ConflictAction": "2", "$Name": "$profile_011keepprofile_", "$NoPurge": " ",
"$UpdatedBy": [ "CN=John Doe/O=Mauraders" ], "Form": "KeepProfile",
"AltLanguageInfoAllowed":"1" } }
AsyncDominoBase.RequestTypeapiName, appTags, logger, requestParams, UNNEEDED_CALL, user, vertx| Constructor and Description |
|---|
PostSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(DbRequestParameters<io.vertx.core.json.JsonObject> request)
Actual work is done here.
|
getDbRequestParametersaccessControlCheck, dontCallProcessPayload, emitterToObserver, getActualDatabaseName, getApiName, getAppTags, getBarbican, getEventbusId, getKeepDbInfo, getRequestType, getSubscriber, getUser, getUserForMetrics, isProcessPayloadRequired, isWorkInProgress, processDominoRequest, recordAppMetrics, setApiName, setBarbican, setDbFileName, setKeepDbInfo, setProcessPayloadRequired, setRequestParams, setRequestType, setSubscriber, setUser, setVertx, subscribe, validateDqlAccess, validateOpenAccess, validationCheckclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomValidator, preflightpublic void process(DbRequestParameters<io.vertx.core.json.JsonObject> request) throws java.lang.Exception
AsyncDominoBaseActual work is done here. The DbRequestParameters injects all needed components as well as functions like validation and results
request - DbRequestParameters granting access to session and databasejava.lang.Exception - Anything that can go wrong, will go wrong