Modifier and Type | Method and Description |
---|---|
List<ServiceInputParameter> |
ServiceOperation.getInputParameters() |
Modifier and Type | Method and Description |
---|---|
protected void |
InvokeServiceCmd.processAndValidateInputParameter(ServiceDefinitionModel serviceDefinitionModel,
ServiceInputParameter inputParameter,
Map<String,Object> serviceInvocationInputData,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ExpressionManager expressionManager)
Internal method to process a single input parameter by looking at its definition and checking its value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceResourceConverterImpl.processInputParameters(List<ServiceInputParameter> inputParameters,
Map<String,ColumnMapping> columnMappingsByName) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ServiceInputParameter> |
DbServiceInvoker.inputParametersByName(ServiceDefinitionModel model,
ServiceOperation operation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExpressionInvoker.completeInputParameter(ServiceDefinitionModel serviceDefinitionModel,
ServiceInputParameter inputParameter,
ServiceInvocationVariablesContainer serviceInvocationVariablesContainer)
Internal method to process a single input parameter by looking at its definition and checking its value and adding null values for missing input
parameter values in the data map.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RestServiceInvoker.processInputParameter(ServiceInvocationVariablesContainer serviceInvocationVariablesContainer,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.node.ObjectNode bodyJson,
ServiceInputParameter inputParameter) |
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceInputParameter |
Modifier and Type | Field and Description |
---|---|
protected List<ServiceInputParameter> |
BaseServiceOperation.inputParameters |
Modifier and Type | Method and Description |
---|---|
List<ServiceInputParameter> |
BaseServiceOperation.getInputParameters() |
Modifier and Type | Method and Description |
---|---|
void |
BaseServiceOperation.setInputParameters(List<ServiceInputParameter> inputParameters) |
Modifier and Type | Method and Description |
---|---|
protected static ServiceInputParameter |
ServiceParameterUtil.columnMappingToInputParameter(ColumnMapping mapping) |
Modifier and Type | Method and Description |
---|---|
static Collection<ServiceInputParameter> |
ServiceParameterUtil.extractServiceInputParameters(ServiceDefinitionModel model,
ServiceOperation operation) |