Uses of Class
com.bloomberglp.blpapi.Service
Packages that use Service
-
Uses of Service in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ServiceModifier and TypeMethodDescriptionAbstractSession.getService
(String serviceIdentifier) Return a handle to aService
object representing the service identified by the specified 'serviceIdentifier'abstract Service
Message.service()
Return the Service associated with this message.Topic.service()
Methods in com.bloomberglp.blpapi with parameters of type ServiceModifier and TypeMethodDescriptionboolean
Identity.hasEntitlements
(int[] entitlements, Service service) Return true if this Identity is authorized for the specifiedservice
and for each of the entitlement IDs contained in the specifiedentitlements
.boolean
Identity.hasEntitlements
(int[] entitlements, Service service, List<Integer> failedEntitlements) Return true if this Identity is authorized for the specifiedservice
and for each of the entitlement IDs contained in the specifiedentitlements
.boolean
Identity.hasEntitlements
(Element entitlements, Service service) Return true if this Identity is authorized for the specifiedservice
and for the specifiedentitlements
.boolean
Identity.hasEntitlements
(Element entitlements, Service service, List<Integer> failedEntitlements) Return true if this Identity is authorized for the specifiedservice
and for the specifiedentitlements
.boolean
Identity.isAuthorized
(Service service) Return true if the user handle is authorized for the specified service -
Uses of Service in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test that return ServiceModifier and TypeMethodDescriptionstatic Service
TestUtil.deserializeService
(InputStream inputStream) Creates aService
object from the specifiedinputStream
.Methods in com.bloomberglp.blpapi.test with parameters of type ServiceModifier and TypeMethodDescriptionstatic Topic
TestUtil.createTopic
(Service service, boolean isActive) Creates a validTopic
with the specifiedservice
to support testing publishers.MessageProperties.setService
(Service service) Sets theservice
property.