public static class RecordOperationsMetadataResolvers.GetDeletedMetadataResolver extends GenericDeletedRecordMetadataResolver
| Constructor and Description |
|---|
GetDeletedMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object recordType)
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
|
getOutputTypecreateNetsuiteMetadataResolver, getAttributesType, getCategoryName, getComplexToNamespaceUri, getConnection, getMetadataRecordResolver, getOperationName, getResolverNamepublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object recordType)
throws org.mule.runtime.api.connection.ConnectionException,
org.mule.runtime.api.metadata.MetadataResolvingException
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.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.