B C D E F G H I M N O P Q R S T V

B

BinaryParam - Annotation Type in org.mule.api.annotations.rest
Specifies if the payload is a binary type.

C

Category - Annotation Type in org.mule.api.annotations
This annotation is meant to be applied to methods marked with Processor/Source and it is used by the Studio generation and the Doclet to organize the message processors.
Configurable - Annotation Type in org.mule.api.annotations
Marks a field inside a Module as being configurable.
Connect - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Connector as the responsible for creating a connection.
ConnectionIdentifier - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Connector as the responsible for identifying a connection.
ConnectionKey - Annotation Type in org.mule.api.annotations.param
Marks a parameter inside Connect as the key for the connector lookup.
ConnectivityTesting - Enum in org.mule.api.annotations
 
Connector - Annotation Type in org.mule.api.annotations
This annotation defines a class that will export its functionality as a Mule Cloud Connector.
CorrelationGroupSize - Annotation Type in org.mule.api.annotations.param
 
CorrelationId - Annotation Type in org.mule.api.annotations.param
 
CorrelationSequence - Annotation Type in org.mule.api.annotations.param
 

D

Default - Annotation Type in org.mule.api.annotations.param
Specifies a default value to a Configurable field or a Processor/Source parameter.
DEFAULT_FETCH_SIZE - Static variable in annotation type org.mule.api.annotations.Paged
 
DEFAULT_ORDER - Static variable in annotation type org.mule.api.annotations.display.Placement
 
DEFAULT_VERSION - Static variable in annotation type org.mule.api.annotations.Connector
 
DEFAULT_VERSION - Static variable in annotation type org.mule.api.annotations.Module
 
Disconnect - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Connector as the responsible for disposing a connection.

E

Email - Annotation Type in org.mule.api.annotations.param
Specifies a default email pattern.
ExceptionPayload - Annotation Type in org.mule.api.annotations.param
 
ExpressionEnricher - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a ExpressionLanguage as the responsible for enriching mule messages based on an expression.
ExpressionEvaluator - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a ExpressionLanguage as the responsible for evaluating expressions.
ExpressionLanguage - Annotation Type in org.mule.api.annotations
This annotation defines a class that will export its functionality as a Mule Expression Language.

F

Filter - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow to filter a message.
FriendlyName - Annotation Type in org.mule.api.annotations.display
Allows to specify a better label to the element and/or field to be used in Studio editor.

G

GENERIC_CLOUD_CONNECTOR_LARGE - Static variable in annotation type org.mule.api.annotations.display.Icons
 
GENERIC_CLOUD_CONNECTOR_SMALL - Static variable in annotation type org.mule.api.annotations.display.Icons
 
GENERIC_ENDPOINT_LARGE - Static variable in annotation type org.mule.api.annotations.display.Icons
 
GENERIC_ENDPOINT_SMALL - Static variable in annotation type org.mule.api.annotations.display.Icons
 
GENERIC_TRANSFORMER_LARGE - Static variable in annotation type org.mule.api.annotations.display.Icons
 
GENERIC_TRANSFORMER_SMALL - Static variable in annotation type org.mule.api.annotations.display.Icons
 

H

HttpMethod - Enum in org.mule.api.annotations.rest
 

I

Icons - Annotation Type in org.mule.api.annotations.display
Used in Module and Connector annotated classes to associate icons with them.
Ignore - Annotation Type in org.mule.api.annotations
Ignores a field inside a complex type.
InvalidateConnectionOn - Annotation Type in org.mule.api.annotations
This annotation can be attached to any method also annotated with Processor or Source.
InvocationHeaders - Annotation Type in org.mule.api.annotations.param
Used on Processor methods, this annotation marks the method parameter that will be used to pass in one or more of the headers received.

M

MessageRootId - Annotation Type in org.mule.api.annotations.param
 
MessageUniqueId - Annotation Type in org.mule.api.annotations.param
 
MetaDataKeyParam - Annotation Type in org.mule.api.annotations.param
Marks a parameter inside Connect as the key for the connector lookup.
MetaDataKeyParamAffectsType - Enum in org.mule.api.annotations.param
It defines the target of a dynamic parameter when annotated with MetaDataKeyParam
MetaDataKeyRetriever - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow.
MetaDataRetriever - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow.
MetaDataStaticKey - Annotation Type in org.mule.api.annotations.param
It defines the specific MetaData type of the annotated value.
MetaDataSwitch - Enum in org.mule.api.annotations
 
Mime - Annotation Type in org.mule.api.annotations
 
Module - Annotation Type in org.mule.api.annotations
This annotation defines a class that will export its functionality as a Mule module.

N

NoMetaData - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow.

O

OAuth - Annotation Type in org.mule.api.annotations.oauth
A class annotated with @OAuth is applied to a @Module that uses the OAuth 1.0a protocol for authentication.
OAuth2 - Annotation Type in org.mule.api.annotations.oauth
The class annotated with @OAuth2 is applied to a @Module that uses the OAuth 2.0 a protocol for authentication.
OAuthAccessToken - Annotation Type in org.mule.api.annotations.oauth
A class annotated with OAuth or OAuth2 needs to have exactly one field annotated with @OAuthAccessToken.
OAuthAccessTokenIdentifier - Annotation Type in org.mule.api.annotations.oauth
Deprecated. 
OAuthAccessTokenSecret - Annotation Type in org.mule.api.annotations.oauth
A class annotated with OAuth or OAuth2 needs to have exactly one field annotated with @OAuthAccessTokenSecret.
OAuthAuthorizationParameter - Annotation Type in org.mule.api.annotations.oauth
Authorization parameter that needs to be appended to the authorize URL.
OAuthCallbackParameter - Annotation Type in org.mule.api.annotations.oauth
Certain services send parameters back in a callback URL.
OAuthConsumerKey - Annotation Type in org.mule.api.annotations.oauth
A class annotated with OAuth or OAuth2 needs to have exactly one field annotated with @OAuthConsumerKey and this field must be of type String.
OAuthConsumerSecret - Annotation Type in org.mule.api.annotations.oauth
A class annotated with OAuth or OAuth2 needs to have exactly one field annotated with @OAuthConsumerKeySecret and this field must be of type String.
OAuthInvalidateAccessTokenOn - Annotation Type in org.mule.api.annotations.oauth
Engage the refresh token flow and the retry mechanism automatically when the annotated method throws the specified exception.
OAuthMessageSigner - Enum in org.mule.api.annotations.oauth
The signature method to be used in the OAuth 1.0a flow.
OAuthPostAuthorization - Annotation Type in org.mule.api.annotations.oauth
This annotation marks a method inside a OAuth as the responsible for setting up the connector AFTER the OAuth dance has been completed.
OAuthProtected - Annotation Type in org.mule.api.annotations.oauth
This annotation marks a method inside a Connector as requiring an OAuth access token.
OAuthScope - Annotation Type in org.mule.api.annotations.oauth
In case the access to the Protected Resources needs to be restricted in scope a field annotated with @OAuthScope must be present and contain a String indicating the desired scope.
OAuthSigningStrategy - Enum in org.mule.api.annotations.oauth
The enum defines where to include the OAuth 1.0a parameters.
Optional - Annotation Type in org.mule.api.annotations.param
Marks a Configurable field or a Processor/Source parameters as optional.
org.mule.api.annotations - package org.mule.api.annotations
 
org.mule.api.annotations.display - package org.mule.api.annotations.display
 
org.mule.api.annotations.licensing - package org.mule.api.annotations.licensing
 
org.mule.api.annotations.lifecycle - package org.mule.api.annotations.lifecycle
 
org.mule.api.annotations.oauth - package org.mule.api.annotations.oauth
 
org.mule.api.annotations.param - package org.mule.api.annotations.param
 
org.mule.api.annotations.rest - package org.mule.api.annotations.rest
 

P

Paged - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as an operation that will return a paged result set.
Password - Annotation Type in org.mule.api.annotations.display
Identifies a field or method parameter as being a password or more generally as a variable which contains data that should displayed as plain text.
Path - Annotation Type in org.mule.api.annotations.display
Identifies a field or method parameter as being a path to a file.
Placement - Annotation Type in org.mule.api.annotations.display
Adds placement information to a field or parameter.
Processor - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow.

Q

Query - Annotation Type in org.mule.api.annotations
This annotation is meant to be applied to support easy query building into studio
QueryConfig - Annotation Type in org.mule.api.annotations
This annotation is meant to be applied to support easy query building into studio
QueryCustomMetadata - Annotation Type in org.mule.api.annotations
This annotation is meant to be applied to support easy query building into studio
QueryOperator - Enum in org.mule.api.annotations
 
QueryPart - Annotation Type in org.mule.api.annotations
This annotation is meant to be applied to support easy query building into studio
QueryTranslator - Annotation Type in org.mule.api.annotations
This annotation is meant to the connector's method that translate data sense query to native one

R

RefOnly - Annotation Type in org.mule.api.annotations.param
Marks a Configurable field or a Processor/Source parameters as being passed by reference only.
RequiresEnterpriseLicense - Annotation Type in org.mule.api.annotations.licensing
Checks if the Module/Processor requires an Enterprise license.
RequiresEntitlement - Annotation Type in org.mule.api.annotations.licensing
Checks if the Module/Processor requires an Enterprise license with a particular entitlement.
RestCall - Annotation Type in org.mule.api.annotations.rest
 
RestExceptionOn - Annotation Type in org.mule.api.annotations.rest
 
RestHeaderParam - Annotation Type in org.mule.api.annotations.rest
 
RestHttpClient - Annotation Type in org.mule.api.annotations.rest
 
RestPostParam - Annotation Type in org.mule.api.annotations.rest
 
RestQueryParam - Annotation Type in org.mule.api.annotations.rest
 
RestTimeout - Annotation Type in org.mule.api.annotations.rest
This annotation can be attached to a RestCall to optionally specify a timeout in milliseconds for the rest call.
RestUriParam - Annotation Type in org.mule.api.annotations.rest
 

S

SessionHeaders - Annotation Type in org.mule.api.annotations.param
Used on component methods, this annotation marks the method parameter that will be used to pass in one or more of the headers received.
Source - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Module as a callable from within a Mule flow and capable of generating Mule events.
SourceThreadingModel - Enum in org.mule.api.annotations
 
Start - Annotation Type in org.mule.api.annotations.lifecycle
This is a lifecycle annotation.
Stop - Annotation Type in org.mule.api.annotations.lifecycle
This is a lifecycle annotation.
Summary - Annotation Type in org.mule.api.annotations.display
Adds displaying information to a field or parameter.

T

Text - Annotation Type in org.mule.api.annotations.display
Identifies a parameter a being large text input.
TransformerResolver - Annotation Type in org.mule.api.annotations
A TransformResolver is used to find transformers that match a certain criteria in the registry.

V

ValidateConnection - Annotation Type in org.mule.api.annotations
This annotation marks a method inside a Connector as the responsible for validating if the connector is actually connected or not.
valueOf(String) - Static method in enum org.mule.api.annotations.ConnectivityTesting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.MetaDataSwitch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.oauth.OAuthMessageSigner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.oauth.OAuthSigningStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.param.MetaDataKeyParamAffectsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.QueryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.rest.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.SourceThreadingModel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.api.annotations.ConnectivityTesting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.MetaDataSwitch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.oauth.OAuthMessageSigner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.oauth.OAuthSigningStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.param.MetaDataKeyParamAffectsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.QueryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.rest.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.SourceThreadingModel
Returns an array containing the constants of this enum type, in the order they are declared.

B C D E F G H I M N O P Q R S T V

Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.