public class GenericDeletedRecordMetadataResolver extends GenericMetadataResolver
| Constructor and Description |
|---|
GenericDeletedRecordMetadataResolver(String operationName) |
| Modifier and Type | Method and Description |
|---|---|
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
|
createNetsuiteMetadataResolver, getAttributesType, getCategoryName, getComplexToNamespaceUri, getConnection, getInputMetadata, getMetadataRecordResolver, getOperationName, getResolverNamepublic GenericDeletedRecordMetadataResolver(String operationName)
public 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 metadataCopyright © 2025 MuleSoft, Inc.. All rights reserved.