public class ToolingMetadataServiceAdapter extends Object implements org.mule.tooling.client.api.metadata.MetadataService
MetadataService that adapts Mule-API objects to DTOs| Constructor and Description |
|---|
ToolingMetadataServiceAdapter(MetadataProvider metadataProvider)
Creates an instance of this service adapter.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.tooling.client.api.metadata.dto.MetadataResult<org.mule.tooling.client.api.metadata.dto.MetadataKeysContainer> |
getMetadataKeys(org.mule.tooling.client.api.metadata.MetadataKeysRequest metadataKeysRequest) |
public ToolingMetadataServiceAdapter(MetadataProvider metadataProvider)
metadataProvider - Supplier for a Deployable. Non null. Should return always the same instance.public org.mule.tooling.client.api.metadata.dto.MetadataResult<org.mule.tooling.client.api.metadata.dto.MetadataKeysContainer> getMetadataKeys(org.mule.tooling.client.api.metadata.MetadataKeysRequest metadataKeysRequest)
throws org.mule.tooling.client.api.exception.ServiceUnavailableException,
org.mule.tooling.client.api.exception.ToolingException
getMetadataKeys in interface org.mule.tooling.client.api.metadata.MetadataServiceorg.mule.tooling.client.api.exception.ServiceUnavailableExceptionorg.mule.tooling.client.api.exception.ToolingExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.