| 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> |
MetadataKey.getChilds() |
Set<MetadataKey> |
DefaultMetadataKey.getChilds() |
Optional<Set<MetadataKey>> |
MetadataKeysContainer.getKeys(String resolverName)
Returns an
Optional wuth Set for a given resolver name if it is present. |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<TypeMetadataDescriptor> |
MetadataManager.getEntityMetadata(ComponentId componentId,
MetadataKey key)
Resolves an entity
TypeMetadataDescriptor for the EntityMetadataProvider component identified by the
ComponentId. |
MetadataResult<TypeMetadataDescriptor> |
EntityMetadataProvider.getEntityMetadata(MetadataKey key) |
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
ComponentId using both static and dynamic resolving of the parameters, attributes and output types. |
MetadataResult<ComponentMetadataDescriptor> |
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. |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeysContainerBuilder |
MetadataKeysContainerBuilder.add(String name,
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 |
|---|---|
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> |
MetadataKeysResolver.getMetadataKeys(MetadataContext context)
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.