@NoImplement public interface ConnectionProviderModel extends NamedObject, DescribedObject, EnrichableModel, ParameterizedModel, HasDisplayModel, HasExternalLibraries, HasStereotypeModel, DeprecableModel, HasSemanticTerms
ConnectionProvider types.
Provider models implement the flyweight pattern. This means that a given operation should only be represented by only one
instance of this class. Thus, if the same operation is contained by different HasConnectionProviderModels instances,
then each of those containers should reference the same operation model instance.
| Modifier and Type | Method and Description |
|---|---|
ConnectionManagementType |
getConnectionManagementType() |
boolean |
supportsConnectivityTesting() |
getModelProperties, getModelPropertygetAllParameterModels, getParameterGroupModelsgetNamegetDescriptiongetDisplayModelgetExternalLibraryModelsgetStereotypegetDeprecationModel, isDeprecatedgetSemanticTermsConnectionManagementType getConnectionManagementType()
boolean supportsConnectivityTesting()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.