| 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<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<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<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<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 |
|---|---|
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 © 2017 MuleSoft, Inc.. All rights reserved.