![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
actions |
![]() |
Set a list actions defined in the SubscriptionRule | |
collabId |
![]() |
Getters | |
conditions |
![]() |
Set a list conditions defined in the SubscriptionRule | |
conjunctive |
![]() |
Set the conjunctive value of the SubscriptionRule true: all the conditions in the SubscriptionRule are AND together false: all the conditions in the SubscriptionRule are OR together | |
definition |
![]() |
Set SubscriptionDefinitionHandle of the SubscriptionRule | |
description |
![]() |
Set description of the SubscriptionRule | |
name |
![]() |
Set name of the SubscriptionRule |
<xs:complexType name="subscriptionRule"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="actions" nillable="true" type="tns:subscriptionActionDefinition"/> <xs:element minOccurs="0" name="collabId" type="tns:beeId"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="conditions" nillable="true" type="tns:subscriptionConditionDefinition"/> <xs:element name="conjunctive" type="xs:boolean"/> <xs:element minOccurs="0" name="definition" type="tns:beeId"/> <xs:element minOccurs="0" name="description" type="xs:string"/> <xs:element minOccurs="0" name="name" type="xs:string"/> </xs:sequence> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices