t_ServiceMapping_UpdateMapping_Case
Case
Properties
attributes : identifierListThe attributes handled by this update case.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
batch : booleanTrue if the mapping supports batch updates. If true, then "this" will be a collection of update transfer objects. If false, then "this" will be a single update transfer object.
dirty : booleanPut only changed attributes into "this". If false, a lazy load may be triggered to provide the missing values.
full : booleanPut all persistent attributes into "this"; false to put only attributes listed in "attributes".
Content
Sequence of:
t_ServiceMapping_UpdateMapping_Case_Script [1..1] - The script to execute when this update mapping is triggered.
Parents
t_ServiceMapping_UpdateMapping_Case_Script
The script to execute when this update mapping is triggered.
Parent topic: t_ServiceMapping_UpdateMapping