| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroupModel> |
ComponentModel.getParameterGroupModels() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
ConfigurationModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
ConfigurationModel.getParameterGroupModels() |
| Constructor and Description |
|---|
ConfigurationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
List<OperationModel> operationModels,
Set<ExternalLibraryModel> externalLibraryModels,
List<SourceModel> sourceModels,
List<ConnectionProviderModel> connectionProviders,
DisplayModel displayModel,
StereotypeModel stereotype) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
ConnectionProviderModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
ConnectionProviderModel.getParameterGroupModels() |
| Constructor and Description |
|---|
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
boolean supportsConnectivityTesting,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels,
StereotypeModel stereotype) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
ConstructModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
ConstructModel.getParameterGroupModels() |
| Constructor and Description |
|---|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroupModel> |
FunctionModel.getParameterGroupModels() |
| Constructor and Description |
|---|
FunctionModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroupModel> |
NestedRouteModel.getParameterGroupModels() |
| Constructor and Description |
|---|
NestedRouteModel(String name,
String description,
DisplayModel displayModel,
int minOccurs,
Integer maxOccurs,
List<ParameterGroupModel> parameterGroupModels,
List<? extends NestableElementModel> childComponents)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
OperationModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
OperationModel.getParameterGroupModels() |
| Constructor and Description |
|---|
OperationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
SourceModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
SourceModel.getParameterGroupModels() |
List<ParameterGroupModel> |
SourceCallbackModel.getParameterGroupModels() |
| Constructor and Description |
|---|
SourceCallbackModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel) |
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel) |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.