![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
A subscription template defines a variant of the subscription schema by supplying the default settings or prescribing how to collect the settings for the required attributes.
| Name | Type | Required | Description |
|---|---|---|---|
allowMultiple |
![]() |
Returns allowMultiple of the SubscriptionTemplate TRUE: multiple subscriptions are allowed to be created based on the SubscriptionTemplate per subscriber FALSE: multiple subscriptions are not allowed to be created based on the SubscriptionTemplate per subscriber | |
subscriptionRules |
![]() |
Gets the pre-defined Subscription Rules |
Inherits From
Applied Markers
<xs:complexType name="subscriptionTemplate">
<xs:complexContent>
<xs:extension base="tns:basicTemplate">
<xs:sequence>
<xs:element minOccurs="0" name="allowMultiple" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="subscriptionRules" nillable="true" type="tns:subscriptionRule"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices