public static class RecordOperationsMetadataResolvers.SearchMetadataResolver extends GenericSearchMetadataResolver
| Constructor and Description |
|---|
SearchMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
Object key)
Return the input metadata for the operation as defined in the wsdl file (show the abstract types) This is the default for
the metadata resolution for all the operations
|
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object searchType)
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
|
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object recordType)
Return the output metadata for the operation as defined in the wsdl file (show the abstract types if there are any) 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
|
getInputMetadata, getKeyscreateNetsuiteMetadataResolver, getCategoryName, getComplexToNamespaceUri, getConnection, getMetadataRecordResolver, getOperationName, getResolverNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object recordType)
throws org.mule.runtime.api.connection.ConnectionException,
org.mule.runtime.api.metadata.MetadataResolvingException
GenericMetadataResolvergetOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolvergetOutputType in class GenericMetadataResolvermetadataContext - The MetadataContext to use to generate the metadataMetadataType builtorg.mule.runtime.api.connection.ConnectionException - if there is a problem obtaining the connectionorg.mule.runtime.api.metadata.MetadataResolvingException - if there is a problem resolving the metadatapublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object searchType)
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 GenericMetadataResolvermetadataContext - 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 connectionpublic org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
Object key)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
GenericMetadataResolvergetAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolvergetAttributesType 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.