| Package | Description |
|---|---|
| org.mule.runtime.api.metadata | |
| org.mule.runtime.api.metadata.resolving |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
EntityMetadataProvider.getEntityKeys() |
MetadataResult<TypeMetadataDescriptor> |
EntityMetadataProvider.getEntityMetadata(MetadataKey key) |
MetadataResult<ComponentMetadataDescriptor> |
MetadataProvider.getMetadata()
Resolves the
ComponentMetadataDescriptor for the current component using only the static types of the Component's
parameters, attributes and output. |
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. |
MetadataResult<MetadataKeysContainer> |
MetadataKeyProvider.getMetadataKeys()
Returns the a
MetadataKeysContainer with the MetadataKeys provided per MetadataKeysResolver
associated to this Component. |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
MetadataAttributesResolver.getAttributesMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which
represents the type structure. |
org.mule.metadata.api.model.MetadataType |
MetadataContentResolver.getContentMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType which
represents the type structure. |
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. |
org.mule.metadata.api.model.MetadataType |
QueryEntityResolver.getEntityMetadata(MetadataContext context,
String key)
Given a
String representing the id of one of the entities, resolves the corresponding entity MetadataType, |
Set<MetadataKey> |
MetadataKeysResolver.getMetadataKeys(MetadataContext context)
|
org.mule.metadata.api.model.MetadataType |
MetadataOutputResolver.getOutputMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which
represents the type structure. |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.