| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Location |
ComponentResolutionScope.getLocation() |
Location |
DataSenseRequest.getLocation() |
Location |
DataSenseInfo.getLocation() |
Location |
DataSenseElementInfo.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<Location,DataSenseElementInfo>> |
DataSenseInfo.getComponentInfoByComponentPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSenseRequest.setLocation(Location location)
Sets the location from the
ToolingArtifact configuration to be used for resolving DataSense. |
DataSenseInfo.Builder |
DataSenseInfo.Builder.withLocation(Location location) |
DataSenseElementInfo.Builder |
DataSenseElementInfo.Builder.withLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
DataSenseInfo.Builder |
DataSenseInfo.Builder.withComponentInfoByComponentPath(Map<Location,DataSenseElementInfo> componentInfoByComponentPath) |
| Constructor and Description |
|---|
ComponentResolutionScope(Location location)
Creates an instance of the scope for the given component location.
|
ComponentResolutionScope(Location location,
boolean keyEnrichment)
Creates an instance of the scope for the given component location.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
MetadataKeysRequest.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<Location>> |
MetadataService.disposeMetadataCache()
If supported by the
ToolingRuntimeClient implementation will return a
Feature to do the dispose of Metadata on both, the Mule Runtime side cache and the Tooling Client side cache,
for the given location. |
Feature<Action<Location>> |
MetadataService.invalidateMetadataCacheKeys()
If supported by the
org.mule.tooling.client.api.ToolingRuntimeClient), the implementation will return a
{@link Feature to invalidate entries related to metadata keys calculated for the component associated
with the Location given. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataKeysRequest.setLocation(Location location)
Sets the location path of the MetadataKeyProvider component inside the flow.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
ValueProviderDisposeRequest.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static ValueProviderDisposeRequest.ValueProviderDisposeRequestBuilder |
ValueProviderDisposeRequest.disposeValuesOn(Location location) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.