Package: slreq
Superclasses:
Work with external requirement proxy objects
Instances of slreq.Reference
are proxies for external requirement
objects that a third-party external application manages and maintains. Referenced
requirement objects are read-only but can be synchronized from an external application
and can exist only within a requirements set.
finds and returns a referenced requirement or a set of referenced requirements
ref
= find(rs
, 'Type'
, 'Reference'
, 'PropertyName'
, PropertyValue
)ref
in the requirements set rs
specified by
the properties matching PropertyName
and
PropertyValue
.
adds a referenced requirement ref
= add(rs
, 'Artifact'
, FileName
, 'PropertyName'
, PropertyValue
)ref
to a requirements set
rs
which references requirements from the external document
specified by FileName
with properties and custom attributes
specified by PropertyName
and
PropertyValue
.
add | Add referenced requirements |
addComment | Add comments to referenced requirements |
children | Find children references |
find | Find referenced requirements |
getAttribute | Get referenced requirement custom attributes |
getImplementationStatus | Query referenced requirement implementation status summary |
getVerificationStatus | Query referenced requirement verification status summary |
isJustifiedFor | Check if referenced requirement is justified |
justifyImplementation | Justify referenced requirements for implementation |
justifyVerification | Justify referenced requirements for verification |
parent | Find parent item of referenced requirement |
remove | Remove referenced requirements |
reqSet | Return parent requirements set |
setAttribute | Set referenced requirement custom attributes |
unlock | Unlock referenced requirements |
unlockAll | Unlock all child referenced requirements for editing |
updateFromDocument | Update referenced requirements from external requirements document |
% Find a referenced requirement with Id R9 in a requirement set rs ref = find(rs, 'Type', 'Reference', 'Id', 'R9') ref = Reference with properties: Keywords: [0×0 char] Artifact: 'Req_doc.docx' Id: 'R9' Summary: 'System overview' Description: '' SID: 3 Domain: 'linktype_rmi_word' SynchronizedOn: 25-Jul-2017 11:34:02