Class UpdateCollection

    • Constructor Detail

      • UpdateCollection

        public UpdateCollection​(OslcClient client,
                                URI uri,
                                String eTag,
                                DngCollection collection)
        Creates a request to update the content of a DOORS Next Collection.
        Parameters:
        client - the OSLC client to connect to the application.
        uri - the URI of a DOORS Next 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.
        See Also:
        ResourceResponse.getETag()