| 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) |
| 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) |
| 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)
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) |
| 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,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
ValueProviderModel valueProviderModel,
List<StereotypeModel> allowedStereotypes) |
| 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,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.