Name | RemotableAttributeField | |
---|---|---|
Usage | DocumentSearchCustomizationHandlerService PeopleFlowTypeService WorkflowRuleAttributeHandlerService KimTypeService | |
getAttributeFields | ||
AttributeFields DocumentSearchResultSetConfiguration WorkflowRuleAttributeFields KimAttributeField | Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
name | Name | String | The name of the attribute. Cannot be null or blank. | Required | One | No | ||
dataType | Data Type | String | The dataType of the attribute. Can be null. | One | No | |||
shortLabel | Short Label | String | The short label of the attribute. Can be null. | One | No | |||
longLabel | Long Label | String | The long label of the attribute. Can be null. | One | No | |||
helpSummary | Help Summary | String | The help summary of the attribute. Can be null. | One | No | |||
constraintText | Constraint Text | String | The help constraint of the attribute. Can be null. | One | No | |||
helpDescription | Help Description | String | The help description of the attribute. Can be null. | One | No | |||
forceUpperCase | Force Upper Case | boolean | Should the attribute always be in uppercase. Defaults to false. | One | No | |||
minLength | Min Length | Integer | The inclusive minimum length of the attribute. Can be null. Cannot be less than 1. | One | No | |||
maxLength | Max Length | Integer | The inclusive maximum length of the attribute. Can be null. Cannot be less than 1. | One | No | |||
minValue | Min Value | Double | The inclusive minimum value of the attribute. Can be null. | One | No | |||
maxValue | Max Value | Double | The inclusive maximum value of the attribute. Can be null. | One | No | |||
regexConstraint | Regex Constraint | String | The regex constraint to apply to the attribute field for validation. Can be null. | One | No | |||
regexContraintMsg | Regex Contraint Msg | String | The message to display if the regex constraint fails. Can be null. | One | No | |||
formatterName | Formatter Name | String | The name of the formatter | One | No | |||
required | Required | boolean | Whether the attribute is a required attribute. Defaults to false. | One | No | |||
defaultValues | Default Values | StringList | The default values for the attribute. In the case where the "control" associated with the attribute only allows a single default value then only one item in this list will be used. Cannot be null. Will always return an immutable list. |
Many | No | |||
attributeLookupSettings | Attribute Lookup Settings | AttributeLookupSettings | If this method returns a non-null value, it defines various settings for this attribute whenever it is used on a lookup. |
One | No | |||
control | Control | RemotableControlContract | The control associated with the attribute. Can be null. | One | No | |||
widgets | Widgets | RemotableAbstractWidgetList | The widgets for the attribute. Will always return an immutable list. | Many | No |