Uses of Class
com.bloomberglp.blpapi.ResolutionList

Uses of ResolutionList in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi with parameters of type ResolutionList
 void ProviderSession.resolve(ResolutionList resolutionList)
          Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.
 void ProviderSession.resolve(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode)
          Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.
 void ProviderSession.resolve(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity)
          Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.
 void ProviderSession.resolveAsync(ResolutionList resolutionList)
          Begin the resolution of the topics in the specified 'resolutionList'.All the services referenced in the topics in the 'resolutionList' must already have been registered using registerService().
 void ProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode)
          Begin the resolution of the topics in the specified 'resolutionList'.
 void ProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity)
          Begin the resolution of the topics in the specified 'resolutionList'.
 



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