@MinimumAcl(value=DEPOSITOR) @AclAttributes(value=CreateDocuments) public class PostTask extends AsyncDominoJNXJson
Implements OperationId: postTask PostTask updates an existing ToDo list item. It takes two parameters: the unique id of the Todo item to update, and the updated Task content.
AsyncDominoBase.RequestTypeapiName, appTags, logger, requestParams, UNNEEDED_CALL, user, vertx| Constructor and Description |
|---|
PostTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(DbRequestParameters<io.vertx.core.json.JsonObject> request)
process updates a To-Do list item based on its unique id.
|
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
process updates a To-Do list item based on its unique id. The updated content of the To-do item is passed in the request.
request - The updated contents of the To-DO itemjava.lang.Exception - Anything that can go wrong, will go wrong