Difference between revisions of "Group Edition"
From AMTech WikiDocs
(Created page with "Things that are the result of an observer execution can be updated in groups. * Group edition is only available for observers where only one thing type is involved * Only one...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Things that are the result of an observer execution can be updated | + | Things that are the result of an observer execution can be updated at the same time |
* Group edition is only available for observers where only one thing type is involved | * Group edition is only available for observers where only one thing type is involved | ||
+ | * Only primitive properties can be updated for a group a things (integer, long, string, datetime, boolean) | ||
* Only one property can be set at a time | * Only one property can be set at a time | ||
+ | * Once the observer is executed, the option for selecting the property to edit is shown | ||
+ | * All the different values of the properties are shown, indicating the number of instances that have that value in the property | ||
+ | * A new value can be defined by the user, allowing to update the group of instances | ||
* Multiple groups can be updated at the same time | * Multiple groups can be updated at the same time | ||
+ | * Group edition shows and updates only resources that belong to the user and tenant that performs the edition | ||
+ | ** Note that the observer might show resources that do not belong to the user but are shared with him |
Latest revision as of 09:46, 15 April 2019
Things that are the result of an observer execution can be updated at the same time
- Group edition is only available for observers where only one thing type is involved
- Only primitive properties can be updated for a group a things (integer, long, string, datetime, boolean)
- Only one property can be set at a time
- Once the observer is executed, the option for selecting the property to edit is shown
- All the different values of the properties are shown, indicating the number of instances that have that value in the property
- A new value can be defined by the user, allowing to update the group of instances
- Multiple groups can be updated at the same time
- Group edition shows and updates only resources that belong to the user and tenant that performs the edition
- Note that the observer might show resources that do not belong to the user but are shared with him