|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.openliberty.xmltooling.dst2_1.ResultQueryBaseType
org.openliberty.xmltooling.dst2_1.ref.ResultQueryType
org.openliberty.xmltooling.dst2_1.ref.QueryItem
public class QueryItem
The QueryItem is an optional multi-occurance child element of Query that specifies what data the requestor wants from the resource and how. There can be multiple <QueryItem> elements in one <Query>. Or there could be none: in this case the query is evaluated only for purposes of the test items. A <QueryItem> can be contingent on a <TestItem> by referencing the latter via an ID. Often the data set used to evaluate the test will also be helpful for the query, e.g., the test can prime the cache for the query.
QueryItem is based on ResultQueryType
QueryItem is the only element based on the QueryItemType defined in the ref, and therefore the base Type was not created as a separate class
Example from a PP service:
<QueryItem itemID="name">
<Select>/pp:PP/pp:CommonName</Select>
</QueryItem>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType |
|---|
ResultQueryBaseType.Marshaller, ResultQueryBaseType.Unmarshaller |
| Field Summary | |
|---|---|
static java.lang.String |
LOCAL_NAME
|
private PaginationAttributeGroup |
paginationAttributes
|
| Fields inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType |
|---|
ATT_CHANGED_SINCE, ATT_CONTINGENCY, ATT_INCLUDE_COMMON_ATTS, ATT_ITEM_ID, ATT_ITEM_ID_REF |
| Constructor Summary | |
|---|---|
QueryItem(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
|
| Method Summary | |
|---|---|
PaginationAttributeGroup |
getPaginationAttributes()
|
| Methods inherited from class org.openliberty.xmltooling.dst2_1.ref.ResultQueryType |
|---|
getOrderedChildren, getSelect, getSort, setSelect, setSort |
| Methods inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType |
|---|
getChangedSince, getChangeFormat1, getChangeFormat2, getContingency, getIncludeCommonAttributes, getItemID, getItemIDRef, getSelectQualifAttributes, setChangedSince, setChangeFormat1, setChangeFormat2, setContingency, setIncludeCommonAttributes, setItemID, setItemIDRef |
| Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject |
|---|
getSignature, isSigned, setSignature |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
public static java.lang.String LOCAL_NAME
private PaginationAttributeGroup paginationAttributes
| Constructor Detail |
|---|
public QueryItem(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
| Method Detail |
|---|
public PaginationAttributeGroup getPaginationAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||