Overview

ListUpdater for AttributeDefinitions.

Members

Show inherited members

Name Type Description

add

attributeTemplateCreateParameter[]

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

attributeTemplateCreateParameter[]

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

beeId<attributeTemplate>[]

A list of AttributeTemplate Ids corresponding to AttributeTemplates to be removed

update

attributeTemplateUpdateParameter[]

A list of AttributeTemplateUpdateParameters corresponding to AttributeTemplates to be updated

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:attributeTemplateListUpdater xsi:type="obh:attributeTemplateListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_attributeTemplateCreateParameter_0</add>
        <add>your_attributeTemplateCreateParameter_1</add>
        <add>your_attributeTemplateCreateParameter_2</add>
        <addWithDefinitionName>your_attributeTemplateCreateParameter_0</addWithDefinitionName>
        <addWithDefinitionName>your_attributeTemplateCreateParameter_1</addWithDefinitionName>
        <addWithDefinitionName>your_attributeTemplateCreateParameter_2</addWithDefinitionName>
        <remove>your_beeId_0</remove>
        <remove>your_beeId_1</remove>
        <remove>your_beeId_2</remove>
        <update>your_attributeTemplateUpdateParameter_0</update>
        <update>your_attributeTemplateUpdateParameter_1</update>
        <update>your_attributeTemplateUpdateParameter_2</update>
</obh:attributeTemplateListUpdater>

Referenced By Representaions