public class UpdateRequirement extends PutResource<DngRequirement,Void>
Constructor and Description |
---|
UpdateRequirement(OslcClient client,
URI uri,
String eTag,
DngRequirement requirement)
Creates a request to update the content of a DOORS Next Generation requirement.
|
call, createResponse
call, createResourceResponse, getClient, getUri
public UpdateRequirement(OslcClient client, URI uri, String eTag, DngRequirement requirement)
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.eTag
- the ETag header of the existing requirement, as provided in the response of the requirement reading.requirement
- the content of the requirement to put in the existing resource.ResourceResponse.getETag()