| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
ParameterizedModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
ParameterizedModel.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,
DeprecationModel deprecationModel) |
| 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,
DeprecationModel deprecationModel) |
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
boolean supportsConnectivityTesting,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels,
StereotypeModel stereotype,
DeprecationModel deprecationModel,
Set<String> semanticTerms) |
| 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,
DeprecationModel deprecationModel)
Deprecated.
|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel)
Creates a new instance with the given state
|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
Set<String> semanticTerms)
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,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<List<ParameterGroupModel>> |
NestedComponentModel.getParameterGroupModels() |
List<ParameterGroupModel> |
NestedRouteModel.getParameterGroupModels() |
| Constructor and Description |
|---|
NestedChainModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes,
List<ParameterGroupModel> parameterGroupModels,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
Integer minOccurs,
Integer maxOccurs,
List<? extends NestableElementModel> nestedComponents,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
Creates a new instance
|
NestedComponentModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes,
List<ParameterGroupModel> parameterGroupModels,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
Integer minOccurs,
Integer maxOccurs,
List<? extends NestableElementModel> nestedComponents,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
Creates a new instance
|
NestedRouteModel(String name,
String description,
DisplayModel displayModel,
int minOccurs,
Integer maxOccurs,
List<ParameterGroupModel> parameterGroupModels,
List<? extends NestableElementModel> childComponents)
Deprecated.
use
NestedRouteModel#NestedRouteModel(String, String, DisplayModel, int, Integer, List, List, DeprecationModel, Set, StereotypeModel) |
NestedRouteModel(String name,
String description,
DisplayModel displayModel,
int minOccurs,
Integer maxOccurs,
List<ParameterGroupModel> parameterGroupModels,
List<? extends NestableElementModel> childComponents,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
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,
DeprecationModel deprecationModel)
Deprecated.
|
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,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel) |
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,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel,
Set<String> semanticTerms) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterGroupModel> |
SourceModel.getParameterGroupModel(String name) |
List<ParameterGroupModel> |
SourceCallbackModel.getParameterGroupModels() |
List<ParameterGroupModel> |
SourceModel.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,
DeprecationModel deprecationModel)
Deprecated.
|
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,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel) |
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,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel,
Set<String> semanticTerms) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.