ResourceTimelineViewEntries
This page provides generated reference documentation for the ResourceTimelineViewEntries data model.
Overview
| Property | Summary |
|---|---|
| children | — |
| 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… |
| titleField | Entityfield, that holds the title information. This is used to display the planning entry. |
| 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… |
| 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" -… |
| 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" -… |
| 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… |
| selectedResourcesField | Entityfield, that holds the IDs of the selected resources of the timeline. The IDs are provided in a JSON array. |
| resourceOperationIdField | Entityfield that contains the resource-operation-reference as ID value. This field is mandatory to find the same resource operation from other resources. |
| maxDBRow | Sets the maximum number of data rows to be gathered from the database |
children
Type: Children
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.
titleField
Type: String
Entityfield, that holds the title information. This is used to display the planning entry.
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.
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.
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.
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.
selectedResourcesField
Type: String
Entityfield, that holds the IDs of the selected resources of the timeline. The IDs are provided in a JSON array.
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.
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