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
queryfor the RelationshipAttributes as described in the ThirdPartyRelationshipAttributeQuery.
On Success
- Returns the RelationshipAttributes as LocalAttributes that match the given
queryand can, thus, be used ascontentfor a ThirdPartyRelationshipAttribute.
On Failure
- The
queryis malformed.