Execute a ThirdPartyRelationshipAttributeQuery
This use case is intended to execute an incoming ThirdPartyRelationshipAttributeQuery, e.g. received by a ReadAttributeRequestItem. It returns a list of matching RelationshipAttributes that exist in the context of a Relationship with another peer.
Parameters
- The
query
for the RelationshipAttributes as described in the ThirdPartyRelationshipAttributeQuery.
On Success
- Returns the RelationshipAttributes as LocalAttributes that match the given
query
and can, thus, be used ascontent
for a ThirdPartyRelationshipAttribute.
On Failure
- The
query
is malformed.