nn::nex::DataStoreSearchResult::GetResult Member Function

Syntax

const qVector< DataStoreMetaInfo > & GetResult() const;

Parameters

None.

Return Values

List of search results.

Description

Gets the search results.

Currently, the principal IDs of persons who have permissions to access search result records (DataStoreMetaInfo::GetAccessPermission) and update search result records (DataStoreMetaInfo::GetUpdatePermission) are not returned and are always empty.

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