ResourceTimelineViewEntries
This page provides generated reference documentation for the ResourceTimelineViewEntries data model.
Overview
| Property | Summary |
|---|---|
| children | — |
| colorField | Entityfield, that holds the constant for the color information. This is used as default value for the entries of this resource. When no field is set or the… |
| datetimeEndField | Entityfield that contains the end date and time of an entry. This property is mandatory and the field needs to be filterable and of contentType DATE -… |
| datetimeStartField | Entityfield that contains the start date and time of an entry. This property is mandatory and the field needs to be filterable and of contentType DATE -… |
| entityField | Entityfield to load the entries for the Resources. This is a consumer within the entity specified in the Resource-entityField. Other properties are dependent… |
| maxDBRow | Sets the maximum number of data rows to be gathered from the database |
| resourceIdField | Entityfield that contains the resource-reference as ID value of the resource. This field is mandatory to assign the entry to the resource whose ID is… |
| resourceOperationIdField | Entityfield that contains the resource-operation-reference as ID value. This field is mandatory to find the same resource operation from other resources. |
| selectedResourcesField | Entityfield, that holds the IDs of the selected resources of the timeline. The IDs are provided in a JSON array. |
| titleField | Entityfield, that holds the title information. This is used to display the planning entry. |
children
Type: Children
colorField
Type: String
Entityfield, that holds the constant for the color information. This is used as default value for the entries of this resource. When no field is set or the field-value is empty the brand color is used as default.
datetimeEndField
Type: String
Entityfield that contains the end date and time of an entry.
This property is mandatory and the field needs to be filterable and of contentType DATE - otherwise an error is thrown during runtime.
datetimeStartField
Type: String
Entityfield that contains the start date and time of an entry.
This property is mandatory and the field needs to be filterable and of contentType DATE - otherwise an error is thrown during runtime.
entityField
Type: String
Entityfield to load the entries for the Resources. This is a consumer within the entity specified in the Resource-entityField. Other properties are dependent on this value.
maxDBRow
Type: Integer
Constraints: Minimum: Integer.MIN_VALUE, Maximum: Integer.MAX_VALUE
Sets the maximum number of data rows to be gathered from the database
resourceIdField
Type: String
Entityfield that contains the resource-reference as ID value of the resource. This field is mandatory to assign the entry to the resource whose ID is referenced in this field. The field needs also to be filterable, otherwise an error is thrown during runtime.
resourceOperationIdField
Type: String
Entityfield that contains the resource-operation-reference as ID value. This field is mandatory to find the same resource operation from other resources.
selectedResourcesField
Type: String
Entityfield, that holds the IDs of the selected resources of the timeline. The IDs are provided in a JSON array.
titleField
Type: String
Entityfield, that holds the title information. This is used to display the planning entry.