Package | Description |
---|---|
org.universAAL.middleware.service | |
org.universAAL.middleware.service.owls.process | |
org.universAAL.middleware.service.owls.profile |
Modifier and Type | Method and Description |
---|---|
ProcessOutput |
ServiceRequest.addRequiredOutput(String paramURI,
String[] fromProp)
Adds the requirement that the service must deliver an output with type
restrictions bound to the given
toParam and that this must
reflect the value of a property reachable by the given property path
sourceProp . |
Modifier and Type | Method and Description |
---|---|
List<ProcessOutput> |
MultiServiceResponse.getOutputs() |
List<ProcessOutput> |
ServiceResponse.getOutputs()
Retrieves all of the service outputs as a raw
List without
any rearranging. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.addAggregatingOutputBinding(ProcessOutput toParam,
AggregatingFilter f)
Adds the requirement that the service must deliver an output with type
restrictions bound to the given
toParam and that the service
bus then must select the result set that passes the given aggregating
filter f . |
void |
MultiServiceResponse.addOutput(ProcessOutput output) |
void |
ServiceResponse.addOutput(ProcessOutput output)
Adds output payload to this object.
|
void |
ServiceRequest.addSimpleOutputBinding(ProcessOutput toParam,
String[] sourceProp)
Adds the requirement that the service must deliver an output with type
restrictions bound to the given
toParam and that this must
reflect the value of a property reachable by the given property path
sourceProp . |
Modifier and Type | Method and Description |
---|---|
static ProcessOutput |
ProcessOutput.toOutput(Resource r)
Convert the resource passed as a parameter to a ProcessOutput instance
|
Modifier and Type | Method and Description |
---|---|
static List<ProcessOutput> |
ProcessOutput.checkParameterList(Object value)
Convert a single ProcessOutput or a List of resources representing
ProcessInputs into a List of ProcessInput instances
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessResult.addAggregatingOutputBinding(ProcessOutput toParam,
AggregatingFilter filter)
Add aggregated output binding to a process output parameter
|
void |
ProcessResult.addClassConversionOutputBinding(ProcessOutput toParam,
PropertyPath sourceProp,
TypeURI targetClass)
Add class conversion output binding to a process output parameter
|
void |
ProcessResult.addLangConversionOutputBinding(ProcessOutput toParam,
PropertyPath sourceProp,
String targetLang)
Add language conversion output binding to a process output parameter
|
void |
ProcessResult.addSimpleOutputBinding(ProcessOutput toParam,
PropertyPath sourceProp)
Add simple output binding to a process output parameter
|
void |
ProcessResult.addUnitConversionOutputBinding(ProcessOutput toParam,
PropertyPath sourceProp,
String targetUnit)
Add unit conversion output binding to a process output parameter
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceProfile.addClassConversionOutputBinding(ProcessOutput toParam,
String[] sourceProp,
TypeURI targetClass)
Declares that the output parameter specified by
toParam will
be an instance of the given targetClass as a result of
converting the actual value of a property reachable by the given property
path sourceProp . |
void |
ServiceProfile.addLangConversionOutputBinding(ProcessOutput toParam,
String[] sourceProp,
String targetLang)
Declares that the output parameter specified by
toParam will
be the translation of the actual value of a property reachable by the
given property path sourceProp into the given
targetLang . |
void |
ServiceProfile.addOutput(ProcessOutput out)
Adds the given output parameter to the set of this service's output
parameters.
|
void |
ServiceProfile.addSimpleOutputBinding(ProcessOutput toParam,
String[] sourceProp)
Declares that the output parameter specified by
toParam will
reflect the value of a property reachable by the given property path
sourceProp . |
void |
ServiceProfile.addUnitConversionOutputBinding(ProcessOutput toParam,
String[] sourceProp,
String targetUnit)
Declares that the output parameter specified by
toParam will
reflect the value of a property reachable by the given property path
sourceProp in terms of the given measurement unit
targetUnit . |
Copyright © 2018 universAAL Consortium. All rights reserved.