Overview

Wrapper object to track an AttributeTemplateUpdater to be used to create an AttributeTemplate corresponding to an AttributeDefinition. The AttributeDefinition corresponding to the AttributeTemplate maybe identified either by using the AttributeDefinition name (ONLY in cases when the defintion and template are being created concurrently) or the AttributeDefinition Id.

Members

Name Type Description

attributeDefinitionHandle

beeId

The AttributeDefintion corresponding to the AttributeTemplate that is to be created identified by its Id.

attributeDefinitionName

string

The AttributeDefintion corresponding to the AttributeTemplate that is to be created identified by its name (to be used when both the defintion and the corresponding template are created concurrently).

attributeTemplateUpdater

attributeTemplateUpdater

The AttributeTemplateUpdater for the AttributeTemplate to be created

Hierarchy

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:attributeTemplateCreateParameter xsi:type="obh:attributeTemplateCreateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeDefinitionHandle>your_beeId_0</attributeDefinitionHandle>
        <attributeDefinitionName>your_string_0</attributeDefinitionName>
        <attributeTemplateUpdater>your_attributeTemplateUpdater_0</attributeTemplateUpdater>
</obh:attributeTemplateCreateParameter>

Referenced By Representaions