|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subscription | |
|---|---|
| org.openliberty.xmltooling.idsis.dap | |
| org.openliberty.xmltooling.subs | |
| Uses of Subscription in org.openliberty.xmltooling.idsis.dap |
|---|
| Subclasses of Subscription in org.openliberty.xmltooling.idsis.dap | |
|---|---|
class |
DAPSubscription
<xs:element name="Subscription" type="dap:SubscriptionType"/> <xs:complexType name="SubscriptionType"> <xs:complexContent> <xs:extension base="subs:SubscriptionType"> <xs:sequence> <xs:element ref="dap:ResultQuery" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Aggregation" minOccurs="0" maxOccurs="1" type="dap:AggregationType"/> <xs:element name="Trigger" minOccurs="0" maxOccurs="1" type="dap:TriggerType"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| Uses of Subscription in org.openliberty.xmltooling.subs |
|---|
| Methods in org.openliberty.xmltooling.subs that return Subscription | |
|---|---|
Subscription |
Subscription.SubscriptionBuilder.buildObject()
|
Subscription |
Subscription.SubscriptionBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||