| Package | Description |
|---|---|
| org.mule.tooling.client.api.metadata | |
| org.mule.tooling.client.api.metadata.dto |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<MetadataKeysContainer> |
MetadataService.getMetadataKeys(MetadataKeysRequest metadataKeysRequest)
Returns a
MetadataResult of MetadataKeysContainer described by MetadataKeyProvider.getMetadataKeys() of the associated MetadataKeyProvider component identified by the
given MetadataKeysRequest. |
| Modifier and Type | Method and Description |
|---|---|
static <T> MetadataResult<T> |
MetadataResult.failure(List<MetadataFailure> failures) |
static <T> MetadataResult<T> |
MetadataResult.failure(MetadataFailure... failures) |
static <T> MetadataResult<T> |
MetadataResult.success(T payload) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.