Main Content
oslc.rm.RequirementCollection
Requirement collection resource for OSLC requirements management domain
Since R2021a
Description
The oslc.rm.RequirementCollection
object represents requirement
collection resources in the requirements management domain of the Open Services for Lifecycle
Collaboration (OSLC) service provider. After creating and configuring oslc.Client
and oslc.core.QueryCapability
objects, query the service provider for available
requirement collection resources by using the queryRequirementCollections
function.
Creation
Create an oslc.rm.RequirementCollection
object by using the createRequirementCollection
function.
Properties
Object Functions
addLink | Add link to local OSLC requirement resource object |
addResourceProperty | Add resource property to local OSLC resource object |
addTextProperty | Add text property to local OSLC resource object |
commit | Send local changes to OSLC service provider |
fetch | Retrieve full resource data from OSLC service provider |
getLinks | Get locally stored traceability links from OSLC requirement resource object |
getProperty | Get local contents of text property from OSLC resource object |
getRDF | Get resource RDF/XML data from OSLC resource object |
getResourceProperty | Get local contents of resource property from OSLC resource object |
getSLRequirements | Get imported referenced requirement associated with OSLC requirement resource object |
remove | Remove resource from OSLC service provider |
removeLink | Remove link from local OSLC requirement resource object |
removeResourceProperty | Remove resource property from local OSLC resource object |
setProperty | Set local contents of text property for OSLC resource object |
setRDF | Set RDF content for local OSLC resource object |
setResourceProperty | Set local contents of resource property from OSLC resource object |
setResourceUrl | Set resource URL for local OSLC resource object |
show | View OSLC resource in system browser |
Examples
Version History
Introduced in R2021a