Uses of Interface
com.bloomberglp.blpapi.Request

Uses of Request in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Request
abstract  Request Service.createAuthorizationRequest()
          Return an empty Request object to be used for authorization.
abstract  Request Service.createRequest(java.lang.String operationName)
          Return an empty Request object for the specified operation.
 

Methods in com.bloomberglp.blpapi with parameters of type Request
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, CorrelationID, String) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID) instead
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use AbstractSession.sendAuthorizationRequest(Request, Identity, EventQueue, CorrelationID, String) instead
 CorrelationID Session.sendRequest(Request request, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, UserHandle identity, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, CorrelationID, String) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, EventQueue, CorrelationID) instead
 CorrelationID Session.sendRequest(Request request, UserHandle identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Deprecated. as of 3.3.0, use Session.sendRequest(Request, Identity, EventQueue, CorrelationID, String) instead
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.