Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
MyActivityHubServiceConsumer.getAllActivityHubSensorsRequest()
Create ontological service request no input output: resources that are
controled by ActivityHub service
|
Modifier and Type | Method and Description |
---|---|
ServiceRequest |
DeviceServiceCaller.getAllDevicesRequest() |
Modifier and Type | Field and Description |
---|---|
LinkedList<ManifestTestCase.Element<ServiceRequest>> |
ManifestTestCase.serviceRequests |
Modifier and Type | Method and Description |
---|---|
protected ServiceRequest |
ManifestTestCase.add(String title,
String description,
ServiceRequest r,
boolean extendAll) |
protected ServiceRequest |
ManifestTestCase.add(String title,
String description,
ServiceRequest r,
int options) |
Modifier and Type | Method and Description |
---|---|
protected ServiceRequest |
ManifestTestCase.add(String title,
String description,
ServiceRequest r,
boolean extendAll) |
protected ServiceRequest |
ManifestTestCase.add(String title,
String description,
ServiceRequest r,
int options) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceCaller.addAvailabilitySubscription(AvailabilitySubscriber subscriber,
ServiceRequest request)
Adds an availability subscription, in other words a listener, to receive
events about the availability of a specified service.
|
void |
ServiceBus.addAvailabilitySubscription(String callerID,
AvailabilitySubscriber subscriber,
ServiceRequest request)
Adds an availability subscription, in other words a listener, to receive
events about the availability of services matching the given request.
|
ServiceResponse |
ServiceCaller.call(ServiceRequest request)
The "normal" (synchronous) way of calling a service.
|
String |
ServiceCaller.sendRequest(ServiceRequest request)
To be used if the caller would like to handle the reply asynchronously
within the method
ServiceCaller.handleResponse(String, ServiceResponse) , which
will automatically be called in another thread when the response is
ready. |
Modifier and Type | Class and Description |
---|---|
class |
AapiServiceRequest |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusImpl.addAvailabilitySubscription(String callerID,
AvailabilitySubscriber subscriber,
ServiceRequest request) |
static ServiceWrapper |
ServiceWrapper.create(ServiceRequest request) |
boolean |
ServiceRealization.matches(ServiceRequest request,
HashMap context,
Long logID)
Return true if the ServiceRequest matches this ServiceRealization +
Context
|
Constructor and Description |
---|
ServiceRequestWrapper(ServiceRequest r) |
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
InitialServiceDialog.getInitialDialogRequest(String serviceClassURI,
String vendor,
Resource requestingUser) |
static ServiceRequest |
UserInterfaceService.getUIServiceRequest(String serviceClassURI,
String vendor,
Resource requestingUser)
Gets the UI service request.
|
protected static ServiceRequest |
UserInterfaceService.getUIServiceRequest(UserInterfaceService requestedService,
String serviceClassURI,
String vendor,
Resource requestingUser)
Gets the UI service request.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
LightingConsumer.dimRequest(String lampURI,
Integer percent) |
static ServiceRequest |
LightingConsumer.getAllLampsRequest() |
static ServiceRequest |
LightingConsumer.turnOffRequest(String lampURI) |
static ServiceRequest |
LightingConsumer.turnOnRequest(String lampURI) |
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
LightingConsumer.dimRequest(String lampURI,
Integer percent) |
static ServiceRequest |
LightingConsumer.getAllLampsRequest() |
static ServiceRequest |
LightingConsumer.getGetLampsLocationRequest(String lampURI) |
static ServiceRequest |
LightingConsumer.turnOffRequest(String lampURI) |
static ServiceRequest |
LightingConsumer.turnOnRequest(String lampURI) |
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
ServiceImpl.getAllLampsRequest() |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UAAL.callS(ServiceRequest r)
Calls a Service with a Service Request.
|
Modifier and Type | Class and Description |
---|---|
class |
Request
A helper class that extends ServiceRequest and adds utility methods to build
requests.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
UtilEditor.requestAdd(String ontologyURI,
String[] path,
Add argAdd)
Gives you the typical ADD service request for editor services.
|
static ServiceRequest |
UtilEditor.requestAdd(String ontologyURI,
String[] path,
Object add)
Gives you the typical ADD service request for editor services.
|
static ServiceRequest |
UtilEditor.requestChange(String ontologyURI,
String[] path,
Change argChange)
Gives you the typical CHANGE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestChange(String ontologyURI,
String[] path,
Object change)
Gives you the typical CHANGE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestGet(String ontologyURI,
String[] path,
Object in,
String out)
Gives you the typical GET service request for editor services.
|
static ServiceRequest |
UtilEditor.requestGet(String ontologyURI,
String[] path,
Variable argIn,
Output argOut)
Gives you the typical GET service request for editor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(Sensor sensor,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Object in,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Sensor sensor,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilEditor.requestRemove(String ontologyURI,
String[] path,
Object remove)
Gives you the typical REMOVE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestRemove(String ontologyURI,
String[] path,
Remove argRemove)
Gives you the typical REMOVE service request for editor services.
|
static ServiceRequest |
UtilActuator.requestSetOff(Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Variable argIn)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Variable argIn)
Gives you the typical SET ON service request for actuator services.
|
Modifier and Type | Field and Description |
---|---|
ServiceRequest |
Matchmaking.request |
Modifier and Type | Method and Description |
---|---|
String |
LogMonitor_Util.getRequestString(ServiceRequest request,
boolean shortForm) |
String |
Sparul.getSparul(ServiceRequest sr) |
Modifier and Type | Method and Description |
---|---|
protected void |
HTMLBusOperationsPane.getAllServiceRequestHTML(StringBuilder s,
ServiceRequest req,
String serviceURI,
String serializedRequest)
Get the html-code for all representations (serialized, abstract..) of a
service request.
|
protected void |
HTMLBusOperationsPane.getServiceRequestHTML(StringBuilder s,
ServiceRequest req,
String serviceURI) |
Modifier and Type | Method and Description |
---|---|
static String |
ResourceInfoPanel.genInfo(ServiceRequest sr) |
Modifier and Type | Method and Description |
---|---|
ServiceRequest |
MenuNode.getService(Resource user)
Create a service request with the user as well as service class and
vendor of this node (if this node a leaf node and has an associated
service).
|
Modifier and Type | Field and Description |
---|---|
protected ServiceRequest |
AbstractService.servicerequest |
Modifier and Type | Method and Description |
---|---|
ServiceRequest |
AbstractService.getServiceRequest() |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UAAL.callS(ServiceRequest r)
Calls a Service with a Service Request.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
UtilEditor.requestAdd(String ontologyURI,
String[] path,
Add argAdd)
Gives you the typical ADD service request for editor services.
|
static ServiceRequest |
UtilEditor.requestAdd(String ontologyURI,
String[] path,
Object add)
Gives you the typical ADD service request for editor services.
|
static ServiceRequest |
UtilEditor.requestChange(String ontologyURI,
String[] path,
Change argChange)
Gives you the typical CHANGE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestChange(String ontologyURI,
String[] path,
Object change)
Gives you the typical CHANGE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestGet(String ontologyURI,
String[] path,
Object in,
String out)
Gives you the typical GET service request for editor services.
|
static ServiceRequest |
UtilEditor.requestGet(String ontologyURI,
String[] path,
Variable argIn,
Output argOut)
Gives you the typical GET service request for editor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(Sensor sensor,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Object in,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Sensor sensor,
String out)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilEditor.requestRemove(String ontologyURI,
String[] path,
Object remove)
Gives you the typical REMOVE service request for editor services.
|
static ServiceRequest |
UtilEditor.requestRemove(String ontologyURI,
String[] path,
Remove argRemove)
Gives you the typical REMOVE service request for editor services.
|
static ServiceRequest |
UtilActuator.requestSetOff(Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Variable argIn)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Variable argIn)
Gives you the typical SET ON service request for actuator services.
|
Copyright © 2018 universAAL Consortium. All rights reserved.