Uses of Interface
com.bloomberglp.blpapi.Request
-
Uses of Request in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionabstract Request
Service.createAuthorizationRequest()
An application must populate theRequest
before using it withSession.sendAuthorizationRequest()
.abstract Request
Service.createRequest
(String operationName) Return an empty Request object for the specified operation.Modifier and TypeMethodDescriptionAbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, CorrelationID correlationId) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, CorrelationID correlationId, String requestLabel) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, UserHandle identity, CorrelationID correlationId) Deprecated.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, UserHandle identity, CorrelationID correlationId, String requestLabel) Deprecated.as of 3.3.0, useAbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID, String)
insteadAbstractSession.sendAuthorizationRequest
(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId) Deprecated.as of 3.3.0, useAbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID)
insteadAbstractSession.sendAuthorizationRequest
(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Deprecated.as of 3.3.0, useAbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID, String)
insteadSession.sendRequest
(Request request, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionSession.sendRequest
(Request request, EventQueue eventQueue, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionSession.sendRequest
(Request request, UserHandle identity, CorrelationID correlationId) Deprecated.as of 3.3.0, useSession.sendRequest(Request, Identity, CorrelationID)
insteadSession.sendRequest
(Request request, UserHandle identity, CorrelationID correlationId, String requestLabel) Deprecated.as of 3.3.0, useSession.sendRequest(Request, Identity, CorrelationID, String)
insteadSession.sendRequest
(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId) Deprecated.as of 3.3.0, useSession.sendRequest(Request, Identity, EventQueue, CorrelationID)
insteadSession.sendRequest
(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Deprecated.as of 3.3.0, useSession.sendRequest(Request, Identity, EventQueue, CorrelationID, String)
instead
AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID)
instead