public static class ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver extends GenericMetadataResolver
| Constructor and Description |
|---|
GetPostingTransactionSummaryFieldsMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object key)
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
|
String |
getResolverName() |
createNetsuiteMetadataResolver, getAttributesType, getComplexToNamespaceUri, getConnection, getMetadataRecordResolver, getOperationNamepublic GetPostingTransactionSummaryFieldsMetadataResolver()
public String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetCategoryName in class GenericMetadataResolverpublic String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.InputTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolvergetResolverName in class GenericMetadataResolverpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext metadataContext,
Object key)
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 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.