Interface DataSenseMetadataProvider


public interface DataSenseMetadataProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer>
    getMetadataKeys(org.mule.runtime.ast.api.ComponentAst componentModelAst)
     
    org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.operation.OperationModel>
    getOperationMetadata(org.mule.runtime.ast.api.ComponentAst componentModelAst)
     
    org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.source.SourceModel>
    getSourceMetadata(org.mule.runtime.ast.api.ComponentAst componentModelAst)
     
  • Method Details

    • getOperationMetadata

      org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.operation.OperationModel> getOperationMetadata(org.mule.runtime.ast.api.ComponentAst componentModelAst)
    • getSourceMetadata

      org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.source.SourceModel> getSourceMetadata(org.mule.runtime.ast.api.ComponentAst componentModelAst)
    • getMetadataKeys

      org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> getMetadataKeys(org.mule.runtime.ast.api.ComponentAst componentModelAst)