public abstract class AsyncDominoJNXJson extends AsyncDominoJNX<io.vertx.core.json.JsonObject>
Base class for all DB Operations that return a buffer (and not JSON)
AsyncDominoBase.RequestType
apiName, appTags, logger, requestParams, UNNEEDED_CALL, user, vertx
Constructor and Description |
---|
AsyncDominoJNXJson() |
Modifier and Type | Method and Description |
---|---|
DbRequestParameters<io.vertx.core.json.JsonObject> |
getDbRequestParameters(KeepJnxSession session,
com.hcl.domino.DominoClient client,
com.hcl.domino.data.Database db,
io.reactivex.Observer<io.vertx.core.json.JsonObject> observer,
io.vertx.core.json.JsonObject incoming,
java.lang.String eventBusId)
Returns the flexible DBRequest object that is used for calling processPayload
|
accessControlCheck, 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, validationCheck
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customValidator, preflight, process
public DbRequestParameters<io.vertx.core.json.JsonObject> getDbRequestParameters(KeepJnxSession session, com.hcl.domino.DominoClient client, com.hcl.domino.data.Database db, io.reactivex.Observer<io.vertx.core.json.JsonObject> observer, io.vertx.core.json.JsonObject incoming, java.lang.String eventBusId) throws KeepExceptionMissingParameters
Returns the flexible DBRequest object that is used for calling processPayload
session
- Domino session with user identitydb
- Domino database to act onobserver
- The observer to report errors toincoming
- the JSON parameterseventBusId
- what operation do we attemptclient
- DominoClientKeepExceptionMissingParameters