Class UpdateRequirement

    • Constructor Detail

      • UpdateRequirement

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