relationship
|
complex
|
Provide the following as strings:
- name (string): name of the relationship
- inputParticipant (complex): name and field
The field is a complex structure (repeating), which includes only key fields. It is either a name or an index, depending on the value selected for
Criteria.
- deletionParticipant (complex): name and field
The field is a complex structure (repeating), which includes only key fields. It is either a name or an index, depending on the value selected for
Criteria.
- This entry could be empty, which means that the whole relationship instance is deleted.
- If only the
deletionParticipant name is specified, it means that only the entries belonging to the given participant are deleted.
- If all of the
deletionParticipant entry is specified, it means that only the specified participant is unlinked.
- If the entered participant’s cardinality is one and only one, it deletes the whole relationship instance; otherwise it will only delete that one side participant instance.
Note: When the relationship type is
Association, the value of
inputParticipant and
deletionParticipant can not be the same.
|