Uses of Class
com.bloomberglp.blpapi.Element
Packages that use Element
-
Uses of Element in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ElementModifier and TypeMethodDescriptionabstract Element
Element.appendElement()
If this Element is an array of Sequence or Choice Elements append a default initialized element to this element and return the appended elementabstract Element
Message.asElement()
Returns the contents of this Message as a read-onlyElement
.Request.asElement()
Return the contents of this Request as an element.ResolutionList.attribute
(Name attributeName, CorrelationID correlationId) Deprecated.Attributes are no longer supported.ResolutionList.attributeAt
(Name attributeName, int index) Deprecated.Attributes are no longer supported.abstract Element
Element.getChoice()
abstract Element
Element.getElement
(int position) Return the element at the specified zero based position.abstract Element
Element.getElement
(Name name) Return the named sub-element, creating it if it doesn't exist if this element is modifiableabstract Element
Element.getElement
(String name) Deprecated.UsegetElement(Name)
instead.abstract Element
Message.getElement
(Name name) Return the element of this message having the specified name.abstract Element
Message.getElement
(String name) Deprecated.Use {Message.getElement(Name)
instead.Request.getElement
(Name name) Return the modifiable element of this request having the specified name creating it if doesn't exist already.Request.getElement
(String name) Deprecated.UseRequest.getElement(Name)
instead.abstract Element
Element.getValueAsElement()
Returns the value of this element as an Elementabstract Element
Element.getValueAsElement
(int index) Returns the value at the specified index in this element as an ElementElementIterator.next()
Return the next contained Element in this iterationabstract Element
Set the named sub-element as the choice's selectionabstract Element
Deprecated.UsesetChoice(Name)
instead.Methods in com.bloomberglp.blpapi with parameters of type ElementModifier and TypeMethodDescriptionboolean
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
.