Element | Description |
Attribute | A key-value metadata element. |
Attributes | A collection of attributes primarily for use by extensions. ALM does not use values created by extension. |
EntityResourceDescriptor | The metadata on an entity type. |
EntityResourceDescriptors | |
ExtensionName | The name of the extension if the descriptor applies to an extension. |
HierarchicalRootId | The ID of the root element for hierarchical Entities |
IsFirstLevelResource | true indicates that the collection name for this entity type is directly under the project name in the URL. For example, /domains/{domain-name}/projects/{project-name}/{first level resource collection} |
IsSiteEntity | true indicates that the entity can be shared between projects. |
Label | The display name. The display name can be customized and localized. |
Name | The logical name of the entity. |
SecondLevelResources | The collection of dependent resource types. |
SupportsAttachment | true indicates that files can be attached to this entity. The URL attribute is the regular expression for getting attachments. |
SupportsCopying | true indicates that the entity may be copied over REST API. |
SupportsDataHidingFilter | true indicates that this entity's fields can be part of a data hiding filter. |
SupportsGrouping | true indicates that queries on this entity can be grouped. The URL attribute is the regular expression for getting the grouping header. |
SupportsHistory | true indicates that this entity's fields can be customized in the user interface to support history. The URL attribute is the regular expression for getting history records. |
SupportsLock | true indicates that this entity can be locked. The URL attribute is the regular expression for getting and deleting a lock. |
SupportsMailing | true indicates that this entity can be emailed. The URL attribute is the regular expression for mailing the entity. |
SupportsMultiValue | true indicates that this entity's fields can be customized in the user interface to support multiple values. |
SupportsStorage | true indicates that the entity supports storage. |
SupportsSubtypes | true indicates that there can be subtypes of this entity. The URL attribute is the regular expression for getting the list of subtypes. Even the value is false, there may be types implementation, different from the common subtypes mechanism. In this case subTypeFieldName parameter will hold the entity type field name. If subTypeFieldName parameter is not present, it means that there is neither default subtypes implementation, nor special types implementation for this entity. |
SupportsVC | true indicates that versions of this entity can be saved if version control is enabled for the project. The URL attribute is the regular expression for getting versions. |
SupportsWorkflow | true indicates that events on this entity can be handled in the workflow module. |
Table | The name of the database table containing the entity. |