A set of utility functions for working with metadata and identifier descriptors.
Node | Description |
---|
Method | Description |
---|---|
sap.ui.vtm.DescriptorUtilities.createIdentifierDescriptor |
Creates a descriptor for an identifier. |
sap.ui.vtm.DescriptorUtilities.createMetadataDescriptor |
Creates a descriptor for a metadata field. |
Creates a descriptor for an identifier.
Param | Type | DefaultValue | Description |
---|---|---|---|
source | string |
The identifier source. |
|
type | string |
The identifier type. |
Creates a descriptor for a metadata field.
Param | Type | DefaultValue | Description |
---|---|---|---|
category | string |
The category name. |
|
field | string |
The field name. |