| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.api.component.location | |
| org.mule.runtime.api.connectivity | |
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.value |
| Modifier and Type | Method and Description |
|---|---|
<T extends ElementDeclaration> |
ArtifactDeclaration.findElement(Location location)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.LocationImpl |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
Location |
Location.LocationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<AnnotatedObject> |
ConfigurationComponentLocator.find(Location location)
Finds a component in the configuration with the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionValidationResult |
ConnectivityTestingService.testConnection(Location location)
Does connection testing over the component registered under the provider identifier
|
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
MetadataService.getEntityKeys(Location location)
Returns the list of entity types that can be queried in an
EntityMetadataProvider component identified by the
Location. |
MetadataResult<TypeMetadataDescriptor> |
MetadataService.getEntityMetadata(Location location,
MetadataKey key)
Resolves an entity
TypeMetadataDescriptor for the EntityMetadataProvider component identified by the
Location. |
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(Location location)
Returns the list of types that can be described by the
TypeKeysResolver associated to the MetadataKeyProvider
Component identified by the Location. |
MetadataResult<ComponentMetadataDescriptor<OperationModel>> |
MetadataService.getOperationMetadata(Location location)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using only the static types of its parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor<OperationModel>> |
MetadataService.getOperationMetadata(Location location,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using both static and dynamic resolving of the parameters, attributes and output types. |
MetadataResult<ComponentMetadataDescriptor<SourceModel>> |
MetadataService.getSourceMetadata(Location location)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using only the static types of its parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor<SourceModel>> |
MetadataService.getSourceMetadata(Location location,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using both static and dynamic resolving of the parameters, attributes and output types. |
| Modifier and Type | Method and Description |
|---|---|
ValueResult |
ValueProviderService.getValues(Location location,
String providerName)
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.