| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeysContainer |
MetadataKeysContainerBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
EntityMetadataProvider.getEntityKeys() |
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<MetadataKeysContainer> |
MetadataKeyProvider.getMetadataKeys()
Returns the a
MetadataKeysContainer with the MetadataKeys provided per MetadataKeysResolver
associated to this Component. |
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.