Definitions
info
fieldIdentifier where ids but this method is deprecated, use fieldSlug instead
getFieldDefinitionsIdMap
Get the field definitions map indexed by id
Return Map<int, Field>
getFieldDefinitionsIdMap()
getFieldDefinitionsSlugMap
Get the field definitions map indexed by slug
Return Map<String, Field>
getFieldDefinitionsSlugMap()
getFieldDefinitionById
Get the field definition by its identifier
Arguments
- fieldIdentifier:
Stringthe slug of the field
Return Field
getFieldDefinitionById(fieldIdentifier)
getFieldLinkedAdditionalColumns
Get the linked additional columns for a field
Arguments
- fieldIdentifier:
Stringthe slug of the field
Return List<MobileAdditionalColumn>
getFieldLinkedAdditionalColumns(fieldIdentifier)
Table
| Function Name | Description | First Argument | Second Argument | Return |
|---|---|---|---|---|
| getFieldDefinitionsIdMap | Get the field definitions map indexed by id | Map<int, Field> | ||
| getFieldDefinitionsSlugMap | Get the field definitions map indexed by slug | Map<String, Field> | ||
| getFieldDefinitionById | Get the field definition by its identifier | identifier: String | Field | |
| getFieldLinkedAdditionalColumns | Get the field linked additional columns by its identifier | identifier: String | List<MobileAdditionalColumn> |