Uses of Class
org.mule.test.metadata.extension.MetadataConnection
Packages that use MetadataConnection
-
Uses of MetadataConnection in org.mule.test.metadata.extension
Subclasses of MetadataConnection in org.mule.test.metadata.extensionModifier and TypeClassDescriptionclassThis connection exists to test the correct classloader is used when performing connection-related operations.Methods in org.mule.test.metadata.extension that return MetadataConnectionModifier and TypeMethodDescriptionMetadataConnectionProvider.connect()MetadataConnectionProviderAccessingInternalResource.connect()Methods in org.mule.test.metadata.extension that return types with arguments of type MetadataConnectionModifier and TypeMethodDescriptionorg.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,org.mule.runtime.extension.api.runtime.operation.Result<Integer, InputStream>> CustomStaticMetadataOperations.jsonAttributesPagingProviderWithResult()org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,String> CustomStaticMetadataOperations.jsonOutputPagingProvider()org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,Animal> MetadataOperations.pagedOperationMetadata(Animal animal) org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,org.mule.runtime.extension.api.runtime.operation.Result<Object, Animal>> MetadataOperations.pagedOperationResult(String type) org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,org.mule.runtime.extension.api.runtime.operation.Result<Object, Object>> MetadataOperations.pagedOperationResultWithAttributesResolver(String type) Methods in org.mule.test.metadata.extension with parameters of type MetadataConnectionModifier and TypeMethodDescriptionbooleanMetadataOperations.booleanMetadataKey(MetadataConnection connection, boolean type, Object content) MetadataOperations.contentAndOutputCacheResolver(MetadataConnection connection, String type, Object content) MetadataOperations.contentAndOutputMetadataWithKeyId(MetadataConnection connection, String type, Object content) MetadataOperations.contentAndOutputMetadataWithoutKeyId(MetadataConnection connection, Object content) MetadataOperations.contentMetadataWithKeyId(Object object, MetadataConnection connection, String type, Object content) MetadataOperations.contentMetadataWithoutKeyId(MetadataConnection connection, Object content) voidMetadataOperations.contentMetadataWithoutKeysWithKeyId(MetadataConnection connection, String type, Object content) MetadataOperations.contentOnlyCacheResolver(MetadataConnection connection, String type, Object content) voidMetadataOperations.contentOnlyIgnoresOutput(MetadataConnection connection, String type, Object content) voidMetadataConnectionProvider.disconnect(MetadataConnection metadataConnection) voidMetadataConnectionProviderAccessingInternalResource.disconnect(MetadataConnection metadataConnection) MetadataOperations.enumMetadataKey(MetadataConnection connection, AnimalClade type, Object content) MetadataFailureOperations.failWithResolvingException(MetadataConnection connection, String type, Object content) MetadataFailureOperations.failWithRuntimeException(MetadataConnection connection, String type, Object content) MetadataOperations.metadataKeyOptional(MetadataConnection connection, String type, Object content) MetadataOperations.metadataKeyWithDefaultValue(MetadataConnection connection, String type, Object content) MetadataOperations.outputAndMetadataKeyCacheResolver(MetadataConnection connection, String type) MetadataOperations.outputAndMultipleInputWithKeyId(MetadataConnection connection, String type, Object firstPerson, Object otherPerson) MetadataOperations.outputMetadataWithKeyId(MetadataConnection connection, String type, Object content) MetadataOperations.outputMetadataWithoutKeyId(MetadataConnection connection, Object content) MetadataOperations.outputMetadataWithoutKeysWithKeyId(MetadataConnection connection, String type) MetadataOperations.outputOnlyWithoutContentParam(MetadataConnection connection, String type) MetadataOperations.partialMultiLevelKeyResolver(MetadataConnection connection, LocationKey locationKey, Object content) MetadataOperations.partialMultiLevelKeyShowInDslResolver(MetadataConnection connection, LocationKey locationKeyShowInDslParam, Object content) MetadataInheritedOperationResolversOperations.shouldInheritOperationParentResolvers(MetadataConnection connection, String type, Object content) MetadataOperations.simpleMultiLevelKeyResolver(MetadataConnection connection, LocationKey locationKey, Object content) org.mule.runtime.api.connection.ConnectionValidationResultMetadataConnectionProvider.validate(MetadataConnection metadataConnection) org.mule.runtime.api.connection.ConnectionValidationResultMetadataConnectionProviderAccessingInternalResource.validate(MetadataConnection metadataConnection)