public class DataSenseMetadataCacheAdapter extends Object implements org.mule.datasense.api.metadataprovider.DataSenseMetadataCacheProvider
| Constructor and Description |
|---|
DataSenseMetadataCacheAdapter(DataSenseArtifact dataSenseArtifact) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(String content) |
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> |
getMetadataKeys(String componentId,
org.mule.runtime.api.component.location.Location location,
Long timestamp,
Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer>> callable) |
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.operation.OperationModel>> |
getOperationMetadata(String componentId,
org.mule.runtime.api.component.location.Location location,
Long timestamp,
Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.operation.OperationModel>>> callable) |
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.source.SourceModel>> |
getSourceMetadata(String componentId,
org.mule.runtime.api.component.location.Location location,
Long timestamp,
Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.source.SourceModel>>> callable) |
String |
serialize(Object object) |
public DataSenseMetadataCacheAdapter(DataSenseArtifact dataSenseArtifact)
public <T> T deserialize(String content)
public org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.operation.OperationModel>> getOperationMetadata(String componentId, org.mule.runtime.api.component.location.Location location, Long timestamp, Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.operation.OperationModel>>> callable)
getOperationMetadata in interface org.mule.datasense.api.metadataprovider.DataSenseMetadataCacheProviderpublic org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.source.SourceModel>> getSourceMetadata(String componentId, org.mule.runtime.api.component.location.Location location, Long timestamp, Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.descriptor.ComponentMetadataDescriptor<org.mule.runtime.api.meta.model.source.SourceModel>>> callable)
getSourceMetadata in interface org.mule.datasense.api.metadataprovider.DataSenseMetadataCacheProviderpublic org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> getMetadataKeys(String componentId, org.mule.runtime.api.component.location.Location location, Long timestamp, Callable<org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer>> callable)
getMetadataKeys in interface org.mule.datasense.api.metadataprovider.DataSenseMetadataCacheProviderCopyright © 2019 MuleSoft, Inc.. All rights reserved.