Overview

Holds a set of modifications to be applied to an AttributeTemplate. Note: For Minimum and Maximum values only Number and Date types are supported.

Members

Show inherited members

Name Type Description

allowedValuesUpdater

collabPropertiesUpdater

CollabPropertiesUpdater which can be used to add or remove allowedValues for the AttributeDefinition.

defaultValue

anyType

Default value for the AttributeDefinition associated with this template.

final

boolean

Flag to indicate whether this AttributeTemplate can be overridden / re-configured.

forceDefault

boolean

Flag to indicate whether the value for the AttributeDefinition associated with this template is always forced to the default value when the attribute value is to be collected.

mandatory

boolean

Flag to indicate whether a value is required for the AttributeDefinition associated with this template when the attribute value is to be collected.

maximumValue

anyType

The maximum value allowed for the AttributeDefinition associated with this template which must be a number or date

maximumValueInclusive

boolean

If true, this indicates that the MaximumValue is inclusive. Only applies for date/number types

minimumValue

anyType

The minimum value allowed for the AttributeDefinition associated with this template which must be a number or date

minimumValueInclusive

boolean

If true, this indicates that the Minimum Value is inclusive. Only applies for date/number types

prompted

boolean

Flag to indicate whether a user is to be prompted for a value for the AttributeDefinition associated with this template when the attribute value is to be collected.

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:attributeTemplateUpdater xsi:type="obh:attributeTemplateUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <allowedValuesUpdater>your_collabPropertiesUpdater_0</allowedValuesUpdater>
        <defaultValue>your_anyType_0</defaultValue>
        <final>your_boolean_0</final>
        <forceDefault>your_boolean_0</forceDefault>
        <mandatory>your_boolean_0</mandatory>
        <maximumValue>your_anyType_0</maximumValue>
        <maximumValueInclusive>your_boolean_0</maximumValueInclusive>
        <minimumValue>your_anyType_0</minimumValue>
        <minimumValueInclusive>your_boolean_0</minimumValueInclusive>
        <prompted>your_boolean_0</prompted>
</obh:attributeTemplateUpdater>

Referenced By Representaions