nn::nex::DataStorePermission::GetRecipientIds Member Function

Syntax

const qVector< qUnsignedInt32 > & GetRecipientIds() const;

Parameters

None.

Return Values

The list of principal IDs of persons who have permission.

Description

Gets the persons who have permission.

When searched with the DataStoreClient::SearchObject function, the principal IDs of users with access permissions (DataStoreMetaInfo::GetAccessPermission) or update permissions (DataStoreMetaInfo::GetUpdatePermission) are not returned and are always empty in the search result record. When searched with the DataStoreClient::GetMeta function, valid values are stored.

Revision History

2012/05/29
Instead of returning a copy of the object, the function now returns a const reference.
2011/01/27
Initial version.

CONFIDENTIAL