| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
ConstructModel.getStereotypes() |
| Constructor and Description |
|---|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
Set<Stereotype> stereotypes,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
NestedComponentModel.getAllowedStereotypes() |
| Constructor and Description |
|---|
NestedChainModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<Stereotype> allowedStereotypes)
Creates a new instance
|
NestedComponentModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<Stereotype> allowedStereotypes)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
OperationModel.getStereotypes() |
| 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,
Set<Stereotype> stereotypes,
List<? extends NestableElementModel> nestedComponents) |
| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
SourceModel.getStereotypes() |
| Constructor and Description |
|---|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
Set<Stereotype> stereotypes,
boolean hasResponse,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.