预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

SELECT参数

oslc.select查询参数指定要检索的需求属性;它类似于#

的SELECT子句#

陈述。此参数必须附加到Enterprise Architect中查询能力的基本 URI:

http://<服务器>/<型号名称>/oslc/qc/

oslc.select查询参数的语法(在 BNF 语法中定义并在 OSLC查询语法规范中指定)是:

The syntax for the oslc.select Query parameter

例子

这些示例查询作用于由云连接的名为firebird_model的模型。

示例

查询

1

查询: http:// localhost :480/firebird_model/oslc/qc/?oslc.select=dcterms:title

检索模型中所有需求的 OSLC属性“标题”。

2

查询: http:// localhost :480/firebird_model/oslc/qc/?oslc.select=dcterms:title,dcterms:created,dcterms:creator{foaf:name},ss:version

检索模型中所有需求的 OSLC属性“标题”、“创建者”和“版本”。

3

查询: http:// localhost :480/firebird_model/oslc/qc/?oslc.select=*

检索模型中所有需求的所有 OSLC属性。

4

查询: http:// localhost :480/firebird_model/oslc/qc/?oslc.select=dcterms:name

返回错误响应,因为“名称”不是Enterprise Architect中的有效属性。

注记

  • 此功能可通过专业云服务器获得,具有有效许可证

了解更多