The CoreDbQuery is an extension of the DocumentQuery. It is used exclusively with the methods that are specific to the CoreDbAPI of the KIM server – getEntities and getEntitiesCount. It has three additional properties plus the ones of the DocumentQuery object:
ParentDocumentQuery | this property contains a standard DocumentQuery. It is used to restrict the overall set of documents. |
ClassUri | this is a URI of an entity class that must apply to the returned entities. The URI is represented as a string and must follow the W3C specification. |
AliasKeyword | this is a keyword string that will be applied as a keyword search criterion over the aliases of the returned entities. |
CompareStyleAliasKeyword | this is a constant that determines the way the alias keyword is applied in the search. The constants could be retrieved through the getConstants method of the DocumentRepositoryAPI web service. The possible values are:
|
Labels: