![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
allowedValuesUpdater |
CollabPropertiesUpdater which can be used to add or remove allowedValues for the AttributeDefinition. | |
defaultValue |
Default value for the AttributeDefinition associated with this template. | |
final |
Flag to indicate whether this AttributeTemplate can be overridden / re-configured. | |
forceDefault |
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 |
Flag to indicate whether a value is required for the AttributeDefinition associated with this template when the attribute value is to be collected. | |
maximumValue |
The maximum value allowed for the AttributeDefinition associated with this template which must be a number or date | |
maximumValueInclusive |
If true, this indicates that the MaximumValue is inclusive. Only applies for date/number types | |
minimumValue |
The minimum value allowed for the AttributeDefinition associated with this template which must be a number or date | |
minimumValueInclusive |
If true, this indicates that the Minimum Value is inclusive. Only applies for date/number types | |
prompted |
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. |
Inherits From
<xs:complexType name="attributeTemplateUpdater">
<xs:complexContent>
<xs:extension base="tns:identifiableUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="allowedValuesUpdater" type="tns:collabPropertiesUpdater"/>
<xs:element minOccurs="0" name="defaultValue" type="xs:anyType"/>
<xs:element minOccurs="0" name="final" type="xs:boolean"/>
<xs:element minOccurs="0" name="forceDefault" type="xs:boolean"/>
<xs:element minOccurs="0" name="mandatory" type="xs:boolean"/>
<xs:element minOccurs="0" name="maximumValue" type="xs:anyType"/>
<xs:element minOccurs="0" name="maximumValueInclusive" type="xs:boolean"/>
<xs:element minOccurs="0" name="minimumValue" type="xs:anyType"/>
<xs:element minOccurs="0" name="minimumValueInclusive" type="xs:boolean"/>
<xs:element minOccurs="0" name="prompted" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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