Main Content
oslc.core.QueryCapability
Description
Use oslc.core.QueryCapability
object functions to query resources
in an Open Services for Lifecycle Collaboration (OSLC) service provider. After creating and
configuring an oslc.Client
, you can create a query capability object for the service provider
specified in the Client object.
Creation
Create an oslc.core.QueryCapability
object by using getQueryService
.
Properties
Object Functions
queryChangeRequests | Query OSLC service provider for change requests |
queryRequirementCollections | Query OSLC service provider for requirement collections |
queryRequirements | Query OSLC service provider for requirements |
queryTestCases | Query OSLC service provider for test cases |
queryTestExecutionRecords | Query OSLC service provider for test execution records |
queryTestPlans | Query OSLC service provider for test plans |
queryTestResults | Query OSLC service provider for test results |
queryTestScripts | Query OSLC service provider for test scripts |
setQueryParameter | Set query parameter for OSLC query service |
Examples
Tips
For information about query syntaxes, see Open Services for Lifecycle Collaboration Core Specification Version 2.0 Query Syntax on the OSLC website.
Version History
Introduced in R2021a
See Also
oslc.Client
| oslc.rm.Requirement
| oslc.cm.ChangeRequest
| oslc.qm.TestCase
| getQueryService