public class UpdateCollection extends PutResource<DngCollection,Void>
Constructor and Description |
---|
UpdateCollection(OslcClient client,
URI uri,
String eTag,
DngCollection collection)
Creates a request to update the content of a DOORS Next Generation Collection.
|
call, createResponse
call, createResourceResponse, getClient, getUri
public UpdateCollection(OslcClient client, URI uri, String eTag, DngCollection collection)
client
- the OSLC client to connect to the application.uri
- the URI of a DOORS Next Generation collection. A oslc_config.context parameter can be added to
this URI for using a specific configuration.eTag
- the ETag header of the existing collection, as provided in the response of the collection reading.collection
- the content of the collection to put in the existing resource.ResourceResponse.getETag()