Modifier and Type | Method and Description |
---|---|
static void |
ParameterValidator.validate(Object[] args,
List<Parameter> inputParameters,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
static Object |
Context2ObjectUtil.getObject(Parameter p,
Context context,
ClassLoader loader) |
static Object |
Context2ObjectUtil.getObjectByGenerator(Parameter parameter,
Context context,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ServiceInfo.getParameters()
若参数为空,需要返回一个空list
|
List<Parameter> |
BaseServiceInfo.getParameters() |
List<Parameter> |
ServiceInfo.getResults()
若结果集为空,需要返回一个空list
|
List<Parameter> |
BaseServiceInfo.getResults() |
Modifier and Type | Method and Description |
---|---|
int |
Parameter.compareTo(Parameter o) |
Modifier and Type | Method and Description |
---|---|
void |
BaseServiceInfo.setParameters(List<Parameter> parameters) |
void |
BaseServiceInfo.setResults(List<Parameter> results) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Flow.getInputParameters() |
List<Parameter> |
Flow.getOutputParameters() |
List<Parameter> |
Flow.getParameters() |
List<Parameter> |
ComponentDefine.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentDefine.addParamter(Parameter parameter) |
void |
ComponentDefine.removeParamter(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
Flow.setParameters(List<Parameter> parameters) |
void |
ComponentDefine.setParameters(List<Parameter> parameters) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
FlowServiceInfo.getParameters() |
List<Parameter> |
FlowServiceInfo.getResults() |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
MockService.getParameters() |
List<Parameter> |
MockService.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
MockService.setParameters(List<Parameter> parameters) |
void |
MockService.setResults(List<Parameter> results) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
MonitorServiceInfo.getParameters() |
List<Parameter> |
MonitorServiceInfo.getResults() |
Modifier and Type | Method and Description |
---|---|
Parameter |
ServiceProxy.getOutputParameter() |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ServiceProxy.getInputParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProxy.setOutputParameter(Parameter outputParameter) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProxy.setInputParameters(List<Parameter> inputParameters) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ServiceRegistryItem.getParameters() |
List<Parameter> |
ServiceRegistryItem.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryItem.setParameters(List<Parameter> parameters) |
void |
ServiceRegistryItem.setResults(List<Parameter> results) |
Modifier and Type | Method and Description |
---|---|
static void |
ParamValidate.validate(Object[] args,
List<Parameter> inputParameters) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ServiceHttp.getParameters() |
List<Parameter> |
ServiceHttp.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceHttp.setParameters(List<Parameter> parameters) |
void |
ServiceHttp.setResults(List<Parameter> results) |
Copyright © 2006–2018 TinyGroup. All rights reserved.