Creates a list of relationships based on wildcard selection criteria.
0 |
String |
Collection Wildcard Criteria |
The wildcard string to specify the collections to select from. |
1 |
String |
Relationship Wildcard Criteria |
The wildcard string to specify the relationships to select. |
2 |
Relationship Type |
Relationship Type Filter |
Type of relationships to include in the list |
3 |
Relationship Ref List |
Resultant Relationship Refer- ence List |
The resulting list of relationships matching the specified wildcard selection criteria. |
SUCCESS |
The list of matching relationships was created successfully. |
FAILURE |
The wildcard criteria strings were invalid. |
This command may return an empty list. The order of the relationships in the list is undefined.
Enter wildcard values for the collection and relationship using the same conventions as elsewhere in SA. Asterisks (*) are wildcards for one or more characters, while question marks (?) are placeholders for single characters. Specific characters can also be found using brackets[]. To find all relationships that start with āsā from all collections, use a collection criteria of * and a relationship wildcard criteria of s*.