| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationId
Immutable implementation of
ComponentId for identifying Configurations |
class |
ProcessorId
Immutable implementation of
ComponentId for identifying MessageProcessors |
class |
SourceId
Immutable implementation of
ComponentId for identifying Message Sources |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
MetadataManager.getEntityKeys(ComponentId componentId)
Returns the list of entity types that can be queried in an
EntityMetadataProvider component
identified by the ComponentId. |
MetadataResult<TypeMetadataDescriptor> |
MetadataManager.getEntityMetadata(ComponentId componentId,
MetadataKey key)
Resolves an entity
TypeMetadataDescriptor for the EntityMetadataProvider component identified by the
ComponentId. |
MetadataResult<ComponentMetadataDescriptor> |
MetadataManager.getMetadata(ComponentId componentId)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
ComponentId using only the static types of its parameters, attributes and output. |
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<MetadataKeysContainer> |
MetadataManager.getMetadataKeys(ComponentId componentId)
Returns the list of types that can be described by the
MetadataKeysResolver associated to the
MetadataKeyProvider Component identified by the ComponentId. |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.