Skip navigation links
A B C D E G H I K N O P S T U W 

A

ACCOUNT_ID - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes an Account ID.
addAsset(ExchangeAssetDescriptor) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Adds a dependant assert declaration
addAsset(ExchangeAssetDescriptor) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Adds a dependant assert declaration
addParameter(String, Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder.CustomRangeConfigurer
Adds a parameter into the range through the use of a ConnectivitySchemaBuilder.ConnectionParameterConfigurer
API_KEY - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes an API Key.
API_KEY_AUTH_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection that uses an ApiKey as it's authentication method.
authenticationType(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies an identifier for the authentication type modeled by this schema.
authenticationType(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies an identifier for the authentication type modeled by this schema.

B

BASIC_AUTH_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection that uses Basic as it's authentication method.
build() - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
 
build() - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Creates and returns a new generator based on this configuration.
build() - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
build() - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Creates and returns a new generator based on this configuration.

C

CLIENT_ID - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a client id.
CLIENT_SECRET - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a password.
CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection and it's authentication details.
CONNECTION_ID - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a connection ID.
connectionClassTerm(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies the connection class term as defined in the Connectivity AML Vocabulary
connectionClassTerm(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies the connection class term as defined in the Connectivity AML Vocabulary
connectionProviderName(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies the name of a Mule connector's ConnectionProvider which implements this schema
connectionProviderName(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies the name of a Mule connector's ConnectionProvider which implements this schema
CONNECTIVITY_PREFIX - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
The prefix for terms exclusive to the connectiivty domain
ConnectivitySchema - Interface in org.mule.runtime.connectivity.api.platform.schema
Models an AML dialect used by the CFM service to represent a connection schema
ConnectivitySchemaBody - Interface in org.mule.runtime.connectivity.api.platform.schema
Models the body of a ConnectivitySchema
ConnectivitySchemaBuilder - Interface in org.mule.runtime.connectivity.api.platform.schema.builder
Builder for creating instnaces of ConnectivitySchema
ConnectivitySchemaBuilder.ConnectionParameterConfigurer - Interface in org.mule.runtime.connectivity.api.platform.schema.builder
A configurer for describing a parameter
ConnectivitySchemaBuilder.CustomRangeConfigurer - Interface in org.mule.runtime.connectivity.api.platform.schema.builder
A configurer for describing a custom Range
ConnectivitySchemaDefinition - Interface in org.mule.runtime.connectivity.api.platform.schema
The definition section of a ConnectivitySchema
ConnectivitySchemaGenerator - Interface in org.mule.runtime.connectivity.api.platform.schema.generator
Generates ConnectivitySchema instances based on the connection providers defined in an ExtensionModel
ConnectivitySchemaGeneratorBuilder - Interface in org.mule.runtime.connectivity.api.platform.schema.generator
Builder for creating ConnectivitySchemaGenerator instances
ConnectivitySchemaNode - Interface in org.mule.runtime.connectivity.api.platform.schema
Models a node within a ConnectivitySchema
ConnectivitySchemaParameter - Interface in org.mule.runtime.connectivity.api.platform.schema
Models a parameter within a ConnectivitySchema
ConnectivitySchemaRoot - Interface in org.mule.runtime.connectivity.api.platform.schema
Models the root element of the schema document
ConnectivityVocabulary - Class in org.mule.runtime.connectivity.api.platform.schema
A set of constants which represent the Anypoint model vocabulary terms which are relevant to the connectivity domain

D

DefaultConnectivitySchema - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchema
DefaultConnectivitySchema() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
DefaultConnectivitySchemaBody - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchemaBody
DefaultConnectivitySchemaBody() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaBody
 
DefaultConnectivitySchemaBuilder - Class in org.mule.runtime.connectivity.internal.platform.schema.builder
 
DefaultConnectivitySchemaBuilder() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
 
DefaultConnectivitySchemaDefinition - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchemaDefinition
DefaultConnectivitySchemaDefinition() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
 
DefaultConnectivitySchemaGenerator - Class in org.mule.runtime.connectivity.internal.platform.schema.generator
Default implementation of ConnectivitySchemaGenerator
DefaultConnectivitySchemaGenerator(Function<ConnectionProviderModel, Set<String>>, Function<ParameterModel, Set<String>>, Function<MetadataType, Set<String>>, Function<ConnectionProviderModel, Boolean>, BiFunction<ConnectionProviderModel, ParameterModel, Boolean>) - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGenerator
 
DefaultConnectivitySchemaGeneratorBuilder - Class in org.mule.runtime.connectivity.internal.platform.schema.generator
Default implementation of ConnectivitySchemaGeneratorBuilder
DefaultConnectivitySchemaGeneratorBuilder() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
 
DefaultConnectivitySchemaNode - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchemaNode
DefaultConnectivitySchemaNode() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
 
DefaultConnectivitySchemaParameter - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchemaParameter
DefaultConnectivitySchemaParameter() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
DefaultConnectivitySchemaRoot - Class in org.mule.runtime.connectivity.internal.platform.schema
Default implementation of ConnectivitySchemaRoot
DefaultConnectivitySchemaRoot() - Constructor for class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaRoot
 
DIGEST_AUTH_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection that uses Digest as it's authentication method.
DOMAIN - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A network domain (whatever the underlying protocol)

E

ENCODING - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes an encoding property
ENDPOINT - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
EndPoint in the API holding a number of executable operations
equals(Object) - Method in class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaBody
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
equals(Object) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaRoot
 
ExchangeAssetDescriptor - Class in org.mule.runtime.connectivity.api.platform.schema
Describes an Asset in Exchange
ExchangeAssetDescriptor(String, String, String) - Constructor for class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
Creates a new instance
ExcludeFromConnectivitySchemaModelProperty - Class in org.mule.runtime.connectivity.api.platform.schema.extension
A ModelProperty which indicates that the enriched element should not be a part of any generated ConnectivitySchema
ExcludeFromConnectivitySchemaModelProperty() - Constructor for class org.mule.runtime.connectivity.api.platform.schema.extension.ExcludeFromConnectivitySchemaModelProperty
 

G

gav(String, String, String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Sets the schema's GAV
gav(String, String, String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Sets the schema's GAV
generateSchemas(ExtensionModel, ExchangeAssetDescriptor) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGenerator
Generates one ConnectivitySchema per each unique ConnectionProviderModel defined in the extensionModel
generateSchemas(ExtensionModel, ExchangeAssetDescriptor) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGenerator
Generates one ConnectivitySchema per each unique ConnectionProviderModel defined in the extensionModel
getAllTermsFromAnnotations(Function<Class<? extends Annotation>, Boolean>) - Static method in class org.mule.runtime.connectivity.internal.platform.schema.SemanticTermsHelper
 
getArtifactId() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getArtifactId() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
getAssetId() - Method in class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
 
getAssets() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getAssets() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
getClassTerm() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaNode
 
getClassTerm() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
getConnectionTerms(Set<String>) - Static method in class org.mule.runtime.connectivity.internal.platform.schema.SemanticTermsHelper
 
getConnectionTermsFromAnnotations(Function<Class<? extends Annotation>, Boolean>) - Static method in class org.mule.runtime.connectivity.internal.platform.schema.SemanticTermsHelper
 
getDefinition() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getDefinition() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
getDocument() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaDefinition
 
getDocument() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
getEncodes() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaRoot
 
getEncodes() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaRoot
getExternal() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaDefinition
Returns the schema extenral dependencies on as a Map which key is an alias and the values are a URL
getExternal() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
Returns the schema extenral dependencies on as a Map which key is an alias and the values are a URL
getGroupId() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getGroupId() - Method in class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
 
getGroupId() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
getLabels() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getLabels() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
getMappings() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaNode
Returns the node's parameters as a Map which keys are the parameter names and the values are the parameters themselves, modeled as ConnectivitySchemaParameter instances
getMappings() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
Returns the node's parameters as a Map which keys are the parameter names and the values are the parameters themselves, modeled as ConnectivitySchemaParameter instances
getName() - Method in class org.mule.runtime.connectivity.api.platform.schema.extension.ExcludeFromConnectivitySchemaModelProperty
 
getNodeMappings() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaDefinition
 
getNodeMappings() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
getParameterTerms(Set<String>) - Static method in class org.mule.runtime.connectivity.internal.platform.schema.SemanticTermsHelper
 
getParameterTermsFromAnnotations(Function<Class<? extends Annotation>, Boolean>) - Static method in class org.mule.runtime.connectivity.internal.platform.schema.SemanticTermsHelper
 
getPropertyTerm() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaParameter
 
getPropertyTerm() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
getRange() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaParameter
 
getRange() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
getRoot() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaBody
 
getRoot() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaBody
getUses() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaDefinition
Returns the vocabularies this schema depends on as a Map which key is an alias and the values a vocabulary URL
getUses() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
Returns the vocabularies this schema depends on as a Map which key is an alias and the values a vocabulary URL
getVersion() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchema
 
getVersion() - Method in class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
 
getVersion() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema

H

hashCode() - Method in class org.mule.runtime.connectivity.api.platform.schema.ExchangeAssetDescriptor
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaBody
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaDefinition
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
hashCode() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaRoot
 
HOST - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a host to connect to a system.

I

isMandatory() - Method in interface org.mule.runtime.connectivity.api.platform.schema.ConnectivitySchemaParameter
 
isMandatory() - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
isPublic() - Method in class org.mule.runtime.connectivity.api.platform.schema.extension.ExcludeFromConnectivitySchemaModelProperty
 

K

KERBEROS_AUTH_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection that uses Kerberos as it's authentication method.

N

newInstance() - Static method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
 
newInstance() - Static method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
 
NTLM_DOMAIN - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a port to connect to a system.
NTLM_PROXY_CONFIGURATION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Proxy Configuration for a connection.
NTLM_PROXY_CONFIGURATION_PARAMETER - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Proxy Configuration for a connection.

O

OAUTH_AUTHORIZATION_CODE_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A connection that uses the OAuth Authorization Code grant type authorization method.
OAUTH_CLIENT_CREDENTIALS_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A connection that uses the OAuth Client Credentials grant type authorization method.
OAUTH_PLATFORM_MANAGED_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection that uses OCS for authentication.
org.mule.runtime.connectivity.api.platform.schema - package org.mule.runtime.connectivity.api.platform.schema
 
org.mule.runtime.connectivity.api.platform.schema.builder - package org.mule.runtime.connectivity.api.platform.schema.builder
 
org.mule.runtime.connectivity.api.platform.schema.extension - package org.mule.runtime.connectivity.api.platform.schema.extension
 
org.mule.runtime.connectivity.api.platform.schema.generator - package org.mule.runtime.connectivity.api.platform.schema.generator
 
org.mule.runtime.connectivity.internal.platform.schema - package org.mule.runtime.connectivity.internal.platform.schema
 
org.mule.runtime.connectivity.internal.platform.schema.builder - package org.mule.runtime.connectivity.internal.platform.schema.builder
 
org.mule.runtime.connectivity.internal.platform.schema.generator - package org.mule.runtime.connectivity.internal.platform.schema.generator
 

P

PASSWORD - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a password.
PORT - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a port to connect to a system.
PROXY_CONFIGURATION_PARAMETER - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A parameter which value holds a proxy configuration
PROXY_CONFIGURATION_TYPE - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A custom type which models a Proxy Configuration

S

SCALAR_SECRET - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that should be encrypted and it's content represents a plain value.
SCHEMA_GROUP_ID - Static variable in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGenerator
 
SECRET - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property which value should be encrypted.
SECRET_TOKEN - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a secret token.
SECURITY_TOKEN - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a security token.
SemanticTermsHelper - Class in org.mule.runtime.connectivity.internal.platform.schema
Helper class to assist in dealing with semantic terms.
SESSION_ID - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a session ID.
setArtifactId(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
setClassTerm(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder.CustomRangeConfigurer
Specifies the custom range class term.
setClassTerm(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaNode
 
setConnectionPredicate(Function<ConnectionProviderModel, Boolean>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Specifies a Function which evaluates if a ConnectionProviderModel should be added to the generated schema or not.
setConnectionPredicate(Function<ConnectionProviderModel, Boolean>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Specifies a Function which evaluates if a ConnectionProviderModel should be added to the generated schema or not.
setConnectionTermsExtractor(Function<ConnectionProviderModel, Set<String>>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a ConnectionProviderModel instance.
setConnectionTermsExtractor(Function<ConnectionProviderModel, Set<String>>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a ConnectionProviderModel instance.
setEncodes(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaRoot
Sets the entity type encoded in the document
setGroupId(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
setMandatory(boolean) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder.ConnectionParameterConfigurer
Specifies whether the parameter is mandatory or not
setMandatory(boolean) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
setParameterPredicate(BiFunction<ConnectionProviderModel, ParameterModel, Boolean>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Specifies a Function which evaluates if a ParameterModel should be added to the generated schema or not.
setParameterPredicate(BiFunction<ConnectionProviderModel, ParameterModel, Boolean>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Specifies a Function which evaluates if a ParameterModel should be added to the generated schema or not.
setParameterTermsExtractor(Function<ParameterModel, Set<String>>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a ParameterModel instance.
setParameterTermsExtractor(Function<ParameterModel, Set<String>>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a ParameterModel instance.
setPropertyTerm(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder.ConnectionParameterConfigurer
Specifies the parameter's property term.
setPropertyTerm(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
setRange(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder.ConnectionParameterConfigurer
Specifies the parameter's range
setRange(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchemaParameter
 
setTypeTermsExtractor(Function<MetadataType, Set<String>>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.generator.ConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a MetadataType instance.
setTypeTermsExtractor(Function<MetadataType, Set<String>>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.generator.DefaultConnectivitySchemaGeneratorBuilder
Specifies the Function which will be used to extract the semantic terms out of a MetadataType instance.
setVersion(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.DefaultConnectivitySchema
 
system(String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies the name of the system targeted by this connection
system(String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies the name of the system targeted by this connection

T

TENANT - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a unique tenant as part of a system.
TOKEN_ID - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes a Token ID.
TOKEN_URL - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A token URL (potentially a template)

U

UNSECURED_CONNECTION - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Describes a connection which doesn't support any type of authentication.
URL_PATH - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
Path template for an endpoint
URL_TEMPLATE - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
An URL (potentially a template)
USERNAME - Static variable in class org.mule.runtime.connectivity.api.platform.schema.ConnectivityVocabulary
A property that describes an username to connect to a system.
uses(String, String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies a dependant vocabulary referenced in the produced schema
uses(String, String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies a dependant vocabulary referenced in the produced schema
usesExternal(String, String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies an external dependant vocabulary referenced in the produced schema
usesExternal(String, String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies an external dependant vocabulary referenced in the produced schema

W

withCustomRange(String, Consumer<ConnectivitySchemaBuilder.CustomRangeConfigurer>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Specifies a schema specific custom range through the use of a ConnectivitySchemaBuilder.CustomRangeConfigurer
withCustomRange(String, Consumer<ConnectivitySchemaBuilder.CustomRangeConfigurer>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Specifies a schema specific custom range through the use of a ConnectivitySchemaBuilder.CustomRangeConfigurer
withLabel(String, String) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Adds a label
withLabel(String, String) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Adds a label
withParameter(String, Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer>) - Method in interface org.mule.runtime.connectivity.api.platform.schema.builder.ConnectivitySchemaBuilder
Adds a parameter into the range through the use of a ConnectivitySchemaBuilder.ConnectionParameterConfigurer
withParameter(String, Consumer<ConnectivitySchemaBuilder.ConnectionParameterConfigurer>) - Method in class org.mule.runtime.connectivity.internal.platform.schema.builder.DefaultConnectivitySchemaBuilder
Adds a parameter into the range through the use of a ConnectivitySchemaBuilder.ConnectionParameterConfigurer
A B C D E G H I K N O P S T U W 
Skip navigation links

Copyright © 2021. All rights reserved.