Class MultiLevelTypeKeysOutputTypeResolver

java.lang.Object
org.mule.tooling.extensions.metadata.internal.metadata.MultiLevelTypeKeysOutputTypeResolver
All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.NamedTypeResolver, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.TypeKeysResolver
Direct Known Subclasses:
MultiLevelPartialTypeKeysOutputTypeResolver

public class MultiLevelTypeKeysOutputTypeResolver extends Object implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver, org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>, org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>
  • Field Details

  • Constructor Details

    • MultiLevelTypeKeysOutputTypeResolver

      public MultiLevelTypeKeysOutputTypeResolver()
  • Method Details

    • getCategoryName

      public String getCategoryName()
      Specified by:
      getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
    • getOutputType

      public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
      Specified by:
      getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>
      Throws:
      org.mule.runtime.api.metadata.MetadataResolvingException
      org.mule.runtime.api.connection.ConnectionException
    • getInputMetadata

      public org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
      Specified by:
      getInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>
      Throws:
      org.mule.runtime.api.metadata.MetadataResolvingException
      org.mule.runtime.api.connection.ConnectionException
    • getAttributesType

      public org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
      Specified by:
      getAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>
      Throws:
      org.mule.runtime.api.metadata.MetadataResolvingException
      org.mule.runtime.api.connection.ConnectionException
    • getKeys

      public Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
      Specified by:
      getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolver
      Throws:
      org.mule.runtime.api.metadata.MetadataResolvingException
      org.mule.runtime.api.connection.ConnectionException
    • buildEuropeKey

      public static org.mule.runtime.api.metadata.MetadataKey buildEuropeKey()
    • buildAmericaKey

      public static org.mule.runtime.api.metadata.MetadataKey buildAmericaKey()
    • getResolverName

      public String getResolverName()
      Specified by:
      getResolverName in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>
      Specified by:
      getResolverName in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>
      Specified by:
      getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
      Specified by:
      getResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>
      Specified by:
      getResolverName in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolver