![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
add |
A list of AttributeTemplateCreateParameters corresponding to new AttributeTemplates to be created for existing AttributeDefinitions. The AttributeDefinition Id must be set in each AttributeTemplateCreateParameter that is added to the list. | |
addWithDefinitionName |
A list of AttributeTemplateCreateParameters corresponding to new AttributeTemplates to be created along with new AttributeDefinitions. The AttributeDefinition name must be set in each AttributeTemplateCreateParameter that is added to the list. | |
remove |
A list of AttributeTemplate Ids corresponding to AttributeTemplates to be removed | |
update |
A list of AttributeTemplateUpdateParameters corresponding to AttributeTemplates to be updated |
Inherits From
<xs:complexType name="attributeTemplateListUpdater">
<xs:complexContent>
<xs:extension base="tns:identifiableUpdater">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="add" type="tns:attributeTemplateCreateParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="addWithDefinitionName" type="tns:attributeTemplateCreateParameter"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="remove" type="tns:beeId"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="update" type="tns:attributeTemplateUpdateParameter"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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