Uses of Class
com.bloomberglp.blpapi.ResolutionList
Packages that use ResolutionList
-
Uses of ResolutionList in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi with parameters of type ResolutionListModifier and TypeMethodDescriptionvoidProviderSession.resolve(ResolutionList resolutionList) Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.voidProviderSession.resolve(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode) Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.voidProviderSession.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.voidProviderSession.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().voidProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode) Begin the resolution of the topics in the specified 'resolutionList'.voidProviderSession.resolveAsync(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Begin the resolution of the topics in the specified 'resolutionList'.