Modifier and Type | Method and Description |
---|---|
List<ServiceOutputParameter> |
ServiceOperation.getOutputParameters() |
Modifier and Type | Method and Description |
---|---|
protected InvokeServiceCmd.ValueWrapper |
InvokeServiceCmd.extractValue(Map<String,Object> responseMap,
ServiceOutputParameter outputParameter) |
protected InvokeServiceCmd.ValueWrapper |
InvokeServiceCmd.extractValue(com.fasterxml.jackson.databind.node.ObjectNode objectNode,
ServiceOutputParameter outputParameter) |
protected InvokeServiceCmd.ValueWrapper |
InvokeServiceCmd.extractValue(Object invocationResponse,
ServiceOutputParameter outputParameter) |
protected Object |
InvokeServiceCmd.getDefaultValue(ServiceOutputParameter outputParameter,
String defaultValue,
ServiceInvocationContext context,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceResourceConverterImpl.processOutputParameters(List<ServiceOutputParameter> outputParameters,
Map<String,ColumnMapping> columnMappingsByName) |
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceOutputParameter |
Modifier and Type | Field and Description |
---|---|
protected List<ServiceOutputParameter> |
BaseServiceOperation.outputParameters |
Modifier and Type | Method and Description |
---|---|
List<ServiceOutputParameter> |
BaseServiceOperation.getOutputParameters() |
Modifier and Type | Method and Description |
---|---|
void |
BaseServiceOperation.setOutputParameters(List<ServiceOutputParameter> outputParameters) |
Modifier and Type | Method and Description |
---|---|
protected static ServiceOutputParameter |
ServiceParameterUtil.columnMappingToOutputParameter(ColumnMapping mapping) |
Modifier and Type | Method and Description |
---|---|
static Collection<ServiceOutputParameter> |
ServiceParameterUtil.extractServiceOutputParameters(ServiceDefinitionModel model,
ServiceOperation operation) |