Project

General

Profile

Task #1722

Updated by Junxiao Shi almost 10 years ago

In [[FaceMgmt]], define a **query** operation, which takes a filter as an argument, and returns a [[StatusDataset]] that contains `FaceStatus` elements for faces that satisfies the filter. 

 The filter should support filtering on: 

 * FaceId 
 * underlying protocol (scheme part of local FaceUri) 
 * remote FaceUri 
 * local FaceUri 
 * isMultiAccess 

 Each condition uses exact match; multiple conditions are combined by AND operator.

Back