public static class RecordOperationsMetadataResolvers.AttachRecordMetadataResolver extends GenericMetadataResolver implements org.mule.runtime.api.metadata.resolving.TypeKeysResolver
| Constructor and Description |
|---|
AttachRecordMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
Object type)
Return the input metadata for the operation as defined in the wsdl file (show the abstract types) This serves as a default
for the metadata resolution for all the operations, and should override the operations that calculate values based on some
key when the keys are not provided
|
Set<org.mule.runtime.api.metadata.MetadataKey> |
getKeys(org.mule.runtime.api.metadata.MetadataContext context) |
createNetsuiteMetadataResolver, getAttributesType, getCategoryName, getComplexToNamespaceUri, getConnection, getMetadataRecordResolver, getOperationName, getOutputType, getResolverNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Set<org.mule.runtime.api.metadata.MetadataKey> getKeys(org.mule.runtime.api.metadata.MetadataContext context) throws org.mule.runtime.api.metadata.MetadataResolvingException, org.mule.runtime.api.connection.ConnectionException
getKeys in interface org.mule.runtime.api.metadata.resolving.TypeKeysResolverorg.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
Object type)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
GenericMetadataResolvergetInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolvergetInputMetadata in class GenericMetadataResolvercontext - The MetadataContext to use to generate the metadataMetadataType builtorg.mule.runtime.api.metadata.MetadataResolvingException - if there is a problem resolving the metadataorg.mule.runtime.api.connection.ConnectionException - if there is a problem obtaining the connectionCopyright © 2025 MuleSoft, Inc.. All rights reserved.