public class GetModule extends GetResource<Module>
Constructor and Description |
---|
GetModule(OslcClient client,
URI uri)
Creates a request to read the content of a module.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceResponse<Module> |
createResponse(OslcResource resource,
ClientResponse response) |
call, get
call, createResourceResponse, getClient, getUri
public GetModule(OslcClient client, URI uri)
client
- the OSLC client to connect to the application.uri
- the URI of a DOORS Next Generation module. A oslc_config.context parameter can be added to
this URI for using a specific configuration.protected ResourceResponse<Module> createResponse(OslcResource resource, ClientResponse response)
createResponse
in class GetResource<Module>