public class DAPQuery extends RequestType
<xs:complexType name="QueryType">
<xs:complexContent>
<xs:extension base="dst:RequestType">
<xs:sequence>
<xs:element ref="dap:TestItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="dap:QueryItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="dap:Subscription" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPQuery.Builder
Internal class for the builder to simplify the class structure
|
static class |
DAPQuery.Marshaller |
static class |
DAPQuery.Unmarshaller
Internal class that handles unmarshalling specific to DAPQuery
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPQueryItem> |
queryItems |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> |
subscriptions |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPTestItem> |
testItems |
ATT_ITEM_ID| Constructor and Description |
|---|
DAPQuery() |
DAPQuery(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
static DAPQuery |
entityQueryWithSelectAttributes(String selectAttributes,
String itemId)
Convenience method to generate a simple entity attribute Select.
|
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPQueryItem> |
getDAPQueryItems() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> |
getDAPSubscriptions() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPTestItem> |
getDAPTestItems() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
getExtensions, getItemID, getUnknownAttributes, setItemIDdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPTestItem> testItems
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPQueryItem> queryItems
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> subscriptions
public static DAPQuery entityQueryWithSelectAttributes(String selectAttributes, String itemId)
In the ID-SIS-DAP world the DN is usually gleaned from the identity information provided by the WSF layer. Therefore it is likely that a query based on an attribute will be created with the DN implied.
This method will generate a Query that looks like this:
selectAttributes - itemId - public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPQueryItem> getDAPQueryItems()
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPTestItem> getDAPTestItems()
public org.opensaml.core.xml.util.XMLObjectChildrenList<DAPSubscription> getDAPSubscriptions()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class RequestTypeCopyright © 1999–2015. All rights reserved.