| 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() |
MetadataResult<Set<MetadataKey>> |
MetadataAware.getMetadataKeys()
Returns the list of types that can be described, by the
MetadataKeysResolver
associated to this Component |
MetadataResult<Set<MetadataKey>> |
MetadataManager.getMetadataKeys(ComponentId componentId)
Returns the list of types that can be described by the
MetadataKeysResolver
associated to the MetadataAware Component identified by the ComponentId. |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataAware Component
identified by the ComponentId using both static and dynamic resolving of
the parameters, attributes and output types. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataAware.getMetadata(MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the current component using
both static and dynamic resolving of the Component's parameters, attributes and output. |
| Constructor and Description |
|---|
DefaultMetadataKey(String id,
String displayName,
Set<MetadataProperty> properties,
Set<MetadataKey> childs,
String partName) |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
MetadataKeysResolver.getMetadataKeys(MetadataContext context)
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.