@MinimumAcl(value=AUTHOR) @AclAttributes(value=CreateDocuments) public class UpdatePublicGroup extends AsyncDominoJNXJson
Implements UpdatePublicGroup Updates an existing group item from shared directory. parameters: the unique id of group item to update Example incoming: { "groupid":"A8B911CC9385756A4825859200633C40", "body":{
"ListName":"SDLC group", "ListDescription":"Sample Group" }, "headers":{
"jwtclaim":"jwt claim", "db":"MAIL", "operationId":"updatePublicGroup" },
"replicaid":"482584C6004E563E", "apiName":"MAIL", "filepath":"DemoMail.nsf",
"title":"Demo Mail (Nuke me)" }
AsyncDominoBase.RequestTypeapiName, appTags, logger, requestParams, UNNEEDED_CALL, user, vertx| Constructor and Description |
|---|
UpdatePublicGroup() |
| 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