public class GetDrafts extends GetCollection
Implements OperationId: getDrafts List of draft messages Payload Example:
{ "UUID":"2fbce053-834d-4e75-982f-7a029edce1a0", "headers":{
"jwtclaim":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
eyJpc3MiOiJUaGUgRGVtbyBXaXp6YXJkIiwic3ViIjoiTWFudWV
sIExvcmVuem8gTGVybWEvUGhpbGlwcGluZXMvUE5QSENMIiwiaWF0I
joxNjAyODU5MTA1LCJleHAiOjE2MDI4ODA3MDUsImF1ZCI6IkRvbWlubyJ9.
3jaUOfrs00Nz_FkuZJHPXE0HPYu6_be-aperr_n06Rg", "db":"MAIL",
"operationId":"getDrafts", "eventBusId":"mail-getDrafts",
"mergeChunks":"true",
"sourceForEventBus":"com.hcl.domino.keep.handlers.pim.DefaultPimHandler",
"tags":"mail" }, "replicaid":"482585590040A750", "apiName":"MAIL",
"filepath":"DemoMail.nsf", "title":"DemoMail" } Result Example (one entry in array): { "@unid": "7FDB1A886E07142F482585CA0044916A", "@noteid":
3470, "@index": "1", "@etag": "W/\"5f3e6c88\"", "$ScheduleStat": "Drafts",
"$86": "58.0", "SametimeInfo": " ", "$66": "", "$60": "", "$55":
"2020-08-20T20:28:56+08:00", "$106": "73.0", "$62": "9999.0", "$109": "0.0" }
AsyncDominoBase.RequestTypeapiName, appTags, logger, requestParams, UNNEEDED_CALL, user, vertx| Constructor and Description |
|---|
GetDrafts() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(DbRequestParameters<io.vertx.core.json.JsonObject> request)
Returns list of draft messages
|
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
Returns list of draft messages
process in interface AsyncDominoBase<io.vertx.core.json.JsonObject>process in class GetCollectionrequest - DbRequestParameters granting access to session and databasejava.lang.Exception - Anything that can go wrong, will go wrong