public class SetRequirementChildren extends Object implements ResourceRequest<ResourceResponse<Void>>
The requirement hierarchy within a module can be obtained using the GetModuleContext
request.
GetModuleContext
Constructor and Description |
---|
SetRequirementChildren(OslcClient client,
URI uri,
List<URI> children)
Creates a request to update the child requirements of an existing DOORS Next Generation module or parent requirement.
|
public SetRequirementChildren(OslcClient client, URI uri, List<URI> children)
client
- the OSLC client to connect to the application.uri
- the URI of a DOORS Next Generation requirement. A oslc_config.context parameter can be added to
this URI for using a specific configuration.children
- an ordered list of existing requirement URIs to assign as children of the module or parent requirement.
Those requirements must already be part of the module.public ResourceResponse<Void> call()
call
in interface ResourceRequest<ResourceResponse<Void>>
call
in interface Callable<ResourceResponse<Void>>