| 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> |
MetadataService.getEntityKeys(Location location)
Returns the list of entity types that can be queried in an
EntityMetadataProvider component identified by the
Location. |
MetadataResult<MetadataKeysContainer> |
MetadataKeyProvider.getMetadataKeys()
Returns the a
MetadataKeysContainer with the MetadataKeys provided per TypeKeysResolver
associated to this Component. |
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(Location location)
Returns the list of types that can be described by the
TypeKeysResolver associated to the MetadataKeyProvider
Component identified by the Location. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.