| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
ImmutableOperationDescriptor.getParameters() |
List<Parameter> |
OperationDescriptor.getParameters() |
| Constructor and Description |
|---|
ImmutableOperationDescriptor(OperationId operationId,
String name,
String description,
OperationScope scope,
OperationType type,
List<Parameter> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeParameter |
class |
LeafParameter<T> |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
CompositeParameter.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeParameter.setParameters(List<Parameter> parameters) |
| Constructor and Description |
|---|
CompositeParameter(String identifier,
String name,
String description,
Cardinality cardinality,
List<Parameter> innerParameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanParameter |
class |
DataTypeParameter |
class |
ExpressionParameter |
class |
LocaleParameter |
class |
LocalizedTextChoiceParameter |
class |
LocalizedTextParameter |
class |
MultivaluedStringParameter |
class |
RegexpStringParameter |
class |
SimpleStringParameter |
class |
TargetColumnParameter |
class |
TargetTableParameter |
Copyright © 2013. All Rights Reserved.