| Package | Description |
|---|---|
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.metadata.resolving |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetadataKey
Default immutable implementation for the
MetadataKey. |
| Modifier and Type | Method and Description |
|---|---|
MetadataKey |
MetadataKeyBuilder.build()
Builds a new instance of
MetadataKey. |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
DefaultMetadataKey.getChilds() |
Set<MetadataKey> |
MetadataKey.getChilds() |
Optional<MetadataKey> |
MetadataAttributes.getKey()
Provides the
MetadataKey associated (if any) to the resolution of the component's metadata. |
Optional<Set<MetadataKey>> |
MetadataKeysContainer.getKeys(String categoryName)
Returns an
Optional with Set for a given resolver name if it is present. |
Map<String,Set<MetadataKey>> |
MetadataKeysContainer.getKeysByCategory() |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<TypeMetadataDescriptor> |
MetadataService.getEntityMetadata(Location location,
MetadataKey key)
Resolves an entity
TypeMetadataDescriptor for the EntityMetadataProvider component identified by the
Location. |
MetadataResult<TypeMetadataDescriptor> |
EntityMetadataProvider.getEntityMetadata(MetadataKey key) |
MetadataResult<InputMetadataDescriptor> |
MetadataService.getInputMetadata(Location location,
MetadataKey key)
Resolves the dynamic
MetadataType for the current component parameter with the given key. |
MetadataResult<InputMetadataDescriptor> |
MetadataProvider.getInputMetadata(MetadataKey key)
Resolves the dynamic
MetadataType for the current component parameters with the given key. |
MetadataResult<ComponentMetadataDescriptor<T>> |
MetadataProvider.getMetadata(MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the current component using both static and dynamic resolving of the
Component's parameters, attributes and output. |
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(Location location,
MetadataKey partialKey)
Returns the a
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component. |
MetadataResult<MetadataKeysContainer> |
MetadataKeyProvider.getMetadataKeys(MetadataKey partialKey)
Returns the a
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver associated to
this Component. |
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<OutputMetadataDescriptor> |
MetadataService.getOutputMetadata(Location location,
MetadataKey key)
Resolves the dynamic
MetadataType for the current component output with the given key. |
MetadataResult<OutputMetadataDescriptor> |
MetadataProvider.getOutputMetadata(MetadataKey key)
Resolves the dynamic
MetadataType for the current component output and attrubutes with the given key. |
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. |
MetadataKeyBuilder |
MetadataKeyBuilder.withChild(MetadataKey metadataKey)
Adds a new
MetadataKey child to the MetadataKey that is being built. |
MetadataAttributes.MetadataAttributesBuilder |
MetadataAttributes.MetadataAttributesBuilder.withKey(MetadataKey key) |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeysContainerBuilder |
MetadataKeysContainerBuilder.add(String name,
Set<MetadataKey> keys) |
MetadataKeysContainerBuilder |
MetadataKeysContainerBuilder.addAll(Map<String,Set<MetadataKey>> keys) |
| Constructor and Description |
|---|
DefaultMetadataKey(String id,
String displayName,
Set<MetadataProperty> properties,
Set<MetadataKey> childs,
String partName) |
| Modifier and Type | Method and Description |
|---|---|
MetadataKey |
PartialTypeKeysResolver.resolveChilds(MetadataContext context,
T partial)
Further resolves the of types that can be described based on a partial configuration of the Type descriptor, representing
them as a multi level
MetadataKey. |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
QueryEntityResolver.getEntityKeys(MetadataContext context)
Resolves the
Set of entities that can be queried in the DSQL operation that uses this resolver, representing
them as a Set of MetadataKey. |
Set<MetadataKey> |
TypeKeysResolver.getKeys(MetadataContext context)
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.