public interface DiscoveryHelper
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
String |
getLaunch(Launch launch)
Returns the URL of the 'launch' servlet for a specific launch,
on which a GET request can be made to retrieve the launch status.
|
String |
getLaunch(Service service)
Returns the URL of the 'launch' servlet for a specific service,
on which a POST request can be made to start a service execution.
|
String |
getLaunches()
Returns the URL of the 'launch' servlet,
on which a POST request can be made to start a service execution.
|
String |
getMetamodel(Metamodel metamodel)
Returns the URL of the 'metamodels' servlet for a specific metamodel,
on which a GET request can be made to retrieve information of the metamodel.
|
String |
getMetamodels()
Returns the URL of the 'metamodels' servlet,
on which a GET request can be made to list the available metamodels and connectors.
|
String |
getService(Service service)
Returns the URL of the 'service' servlet for a specific service,
on which a GET request can be made to retrieve information of the service.
|
String |
getServices()
Returns the URL of the 'service' servlet,
on which a GET request can be made to list the available services.
|
String |
getStorage(Storage storage)
Returns the URL of the 'storage' servlet for a specific storage,
on which a GET request can be made to download the content of the storage.
|
String |
getStorages()
Returns the URL of the 'storage' servlet,
on which a POST request can be made to upload a new storage content.
|
String getLaunches()
getLaunch(Service)
String getLaunch(Launch launch)
launch
- the launch which the servlet URL is to discover.String getLaunch(Service service)
service
- the service which the servlet URL is to discover.String getServices()
String getService(Service service)
service
- the service which the servlet URL is to discover.String getStorages()
String getStorage(Storage storage)
storage
- the storagewhich the servlet URL is to discover.String getMetamodels()
String getMetamodel(Metamodel metamodel)
metamodel
- the metamodel which the servlet URL is to discover.