| Modifier and Type | Method and Description |
|---|---|
List<StereotypeModel> |
StereotypeTypeAnnotation.getStereotypeModel() |
| Constructor and Description |
|---|
StereotypeTypeAnnotation(List<StereotypeModel> allowedStereotypes)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
ComponentModel.getStereotype() |
| Modifier and Type | Method and Description |
|---|---|
Optional<StereotypeModel> |
StereotypeModel.getParent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StereotypeModel.isAssignableTo(StereotypeModel other) |
| Constructor and Description |
|---|
StereotypeModel(String type,
String namespace,
StereotypeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
ConfigurationModel.getStereotype() |
| 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 |
|---|---|
StereotypeModel |
ConnectionProviderModel.getStereotype() |
| Constructor and Description |
|---|
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
boolean supportsConnectivityTesting,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels,
StereotypeModel stereotype,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
ConstructModel.getStereotype() |
| 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)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Set<StereotypeModel> |
NestedComponentModel.getAllowedStereotypes() |
| Constructor and Description |
|---|
NestedChainModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes)
Creates a new instance
|
NestedComponentModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
OperationModel.getStereotype() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<StereotypeModel> |
ParameterModel.getAllowedStereotypes() |
| Constructor and Description |
|---|
ParameterModel(String name,
String description,
DisplayModel displayModel,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
boolean isConfigOverride,
boolean isComponentId,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
QNameModel qNameModel,
InfrastructureParameterModel infrastructureParameterModel,
DefaultImplementingTypeModel defaultImplementingTypeModel,
ValueProviderModel valueProviderModel,
List<StereotypeModel> allowedStereotypes,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
SourceModel.getStereotype() |
| Constructor and Description |
|---|
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) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.