Searches are defined using the org.alfresco.service.cmr.search.SearchParameters object.
搜索是使用org.alfresco.service.cmr.search.SearchParameters对象定义的。

They are executed using the public SearchService bean available from the RepositoryServices helper bean.
它们使用RepositoryServices帮助程序bean中的公共searchservicebean执行。

A search returns a org.alfresco.service.cmr.search.ResultSet which is itself made up of org.alfresco.service.cmr.search.ResultSetRow’s.
搜索返回org.alfresco.service.cmr.search.ResultSet,它本身由org.alfresco.service.cmr.search.ResultSetRow组成。

Each row in a result set refers to a node in the repository.
结果集中的每一行都引用存储库中的一个节点。

The rows returned in the result sets from the public SearchService bean are filtered to contain only the nodes to which the user executing the search has read access.
从public SearchService bean返回的结果集中的行将被过滤,以仅包含执行搜索的用户具有读取访问权限的节点。

文档更新时间: 2020-02-10 08:41   作者:凌云文档