| Package | Description |
|---|---|
| org.openliberty.xmltooling.idsis.dap |
This package models the ID-SIS-DAP schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DAPQueryItem
Differs from the DST 2.1 ref implementation of QueryItem only in that
the Select element is dap specific, requiring
DAPSelect. |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPSubscription.resultQueries |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPModify.resultQueries |
private org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPCreate.resultQueries |
| Modifier and Type | Method and Description |
|---|---|
DAPResultQuery |
DAPResultQuery.DAPResultQueryBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPModify.getDAPResultQueries() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPCreate.getDAPResultQueries() |
org.opensaml.core.xml.util.XMLObjectChildrenList<DAPResultQuery> |
DAPSubscription.getResultQueries() |
Copyright © 1999–2015. All rights reserved.