public class CreateRequirement extends PostResource<DngRequirement,Void>
Constructor and Description |
---|
CreateRequirement(OslcClient client,
URI creationFactory,
DngRequirement requirement)
Creates a request to create a DOORS Next Generation Requirement.
|
call, createResponse
call, createResourceResponse, getClient, getUri
public CreateRequirement(OslcClient client, URI creationFactory, DngRequirement requirement)
Here is the required information in the specified requirement:
The URI of the created requirement can then be obtained through the "Location" header provided in the request response.
client
- the OSLC client to connect to the application.creationFactory
- the URI of the creation factory, allowing the requirement creation. A oslc_config.context parameter can be added to
this URI for using a specific configuration.requirement
- the requirement content to assign to the created resource.