| Modifier and Type | Method and Description |
|---|---|
abstract 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
element
|
Element |
Request.asElement()
Return the contents of this Request as an element.
|
abstract Element |
Message.asElement()
Returns the contents of this Message as a read-only
Element. |
Element |
ResolutionList.attribute(Name attributeName,
CorrelationID correlationId) |
Element |
ResolutionList.attributeAt(Name attributeName,
int index) |
abstract Element |
Element.getChoice() |
abstract Element |
Element.getElement(int position)
Return the element at the specified zero based position.
|
Element |
Request.getElement(Name name)
Return the modifiable element of this request having the specified name
creating it if doesn't exist already.
|
abstract Element |
Message.getElement(Name name)
Return the element of this message having the specified name.
|
abstract Element |
Element.getElement(Name name)
Return the named sub-element, creating it if it doesn't exist if this
element is modifiable
|
Element |
Request.getElement(String name)
Return the modifiable element of this request having the specified name
creating it if doesn't exist already.
|
abstract Element |
Message.getElement(String name)
Return the element of this message having the specified name.
|
abstract Element |
Element.getElement(String name)
Return the named sub-element, creating it if it doesn't exist if this
element is modifiable
|
abstract Element |
Element.getValueAsElement()
Returns the value of this element as an Element
|
abstract Element |
Element.getValueAsElement(int index)
Returns the value at the specified index in this element as an Element
|
Element |
ElementIterator.next()
Return the next contained Element in this iteration
|
abstract Element |
Element.setChoice(Name name)
Set the named sub-element as the choice's selection
|
abstract Element |
Element.setChoice(String name)
Set the named sub-element as the choice's selection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service,
List<Integer> failedEntitlements)
Return true if the user has the specified entitlements for the specified
Service
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.