Modifier and Type | Method and Description |
---|---|
Response |
OperationalSupportClient.getResponse(Request request) |
Modifier and Type | Method and Description |
---|---|
void |
Provider.populateResponse(org.processmining.framework.util.socket.ServiceEnvironment environment,
Request request,
ProviderResponse response)
This is the main request method, which can be used to retrieve
recommendations for specific queries.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractProvider.populateResponse(org.processmining.framework.util.socket.ServiceEnvironment environment,
Request request,
ProviderResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Response |
OSService.getResult(org.processmining.framework.util.socket.ServiceEnvironment environment,
Request request) |
protected abstract Response |
OSServiceHandler.getResult(org.processmining.framework.util.socket.ServiceEnvironment environment,
Request request) |
Modifier and Type | Method and Description |
---|---|
Request |
OSXMLConverter.requestFromXML(java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
OSXMLConverter.requestToXML(Request request) |
Modifier and Type | Method and Description |
---|---|
void |
ExampleProvider.populateResponse(org.processmining.framework.util.socket.ServiceEnvironment environment,
Request request,
ProviderResponse response) |