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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.mule.runtime.api.metadata.MetadataKeystatic org.mule.runtime.api.metadata.MetadataKeyorg.mule.metadata.api.model.MetadataTypegetAttributesType(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) org.mule.metadata.api.model.MetadataTypegetInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) Set<org.mule.runtime.api.metadata.MetadataKey>getKeys(org.mule.runtime.api.metadata.MetadataContext metadataContext) org.mule.metadata.api.model.MetadataTypegetOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey)
-
Field Details
-
AMERICA
- See Also:
-
EUROPE
- See Also:
-
FRANCE
- See Also:
-
ARGENTINA
- See Also:
-
USA
- See Also:
-
USA_DISPLAY_NAME
- See Also:
-
BUENOS_AIRES
- See Also:
-
LA_PLATA
- See Also:
-
PARIS
- See Also:
-
SAN_FRANCISCO
- See Also:
-
-
Constructor Details
-
MultiLevelTypeKeysOutputTypeResolver
public MultiLevelTypeKeysOutputTypeResolver()
-
-
Method Details
-
getCategoryName
- Specified by:
getCategoryNamein interfaceorg.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:
getOutputTypein interfaceorg.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.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:
getInputMetadatain interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.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:
getAttributesTypein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.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:
getKeysin interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver- Throws:
org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.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
- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKey>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.InputTypeResolver<LocationKey>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.NamedTypeResolver- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKey>- Specified by:
getResolverNamein interfaceorg.mule.runtime.api.metadata.resolving.TypeKeysResolver
-