Class Index

A C D E F G H I L M N O P R S T U

A

AbstractConnectedProcessor  
AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
AccessTypeEnumTransformer  
AuthorizeDefinitionParser  
AuthorizeMessageProcessor  

C

Capabilities This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. 
Capability Enumeration of possible capabilities of Mule modules. 
ClearTasksDefinitionParser  
ClearTasksMessageProcessor ClearTasksMessageProcessor invokes the clearTasks(java.lang.String) method in GoogleTasksConnector
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 

D

DefaultHttpCallback  
DefaultHttpCallback.FlowRefMessageProcessor  
DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteTaskDefinitionParser  
DeleteTaskListDefinitionParser  
DeleteTaskListMessageProcessor DeleteTaskListMessageProcessor invokes the deleteTaskList(java.lang.String) method in GoogleTasksConnector
DeleteTaskMessageProcessor DeleteTaskMessageProcessor invokes the deleteTask(java.lang.String, java.lang.String) method in GoogleTasksConnector

E

ExtractAuthorizationCodeMessageProcessor  

F

FetchAccessTokenMessageProcessor  
ForcePromptEnumTransformer  

G

GetTaskByIdDefinitionParser  
GetTaskByIdMessageProcessor GetTaskByIdMessageProcessor invokes the getTaskById(java.lang.String, java.lang.String) method in GoogleTasksConnector
GetTaskListByIdDefinitionParser  
GetTaskListByIdMessageProcessor GetTaskListByIdMessageProcessor invokes the getTaskListById(java.lang.String) method in GoogleTasksConnector
GetTaskListsDefinitionParser  
GetTaskListsMessageProcessor GetTaskListsMessageProcessor invokes the getTaskLists(org.mule.api.MuleMessage, long, java.lang.String) method in GoogleTasksConnector
GetTasksDefinitionParser  
GetTasksMessageProcessor GetTasksMessageProcessor invokes the getTasks(org.mule.api.MuleMessage, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, java.lang.String, boolean, boolean, boolean) method in GoogleTasksConnector
GoogleTasksConnector Google Tasks Cloud connector. 
GoogleTasksConnectorCapabilitiesAdapter A GoogleTasksConnectorCapabilitiesAdapter is a wrapper around GoogleTasksConnector that implements org.mule.api.Capabilities interface. 
GoogleTasksConnectorConfigDefinitionParser  
GoogleTasksConnectorHttpCallbackAdapter  
GoogleTasksConnectorLifecycleAdapter A GoogleTasksConnectorLifecycleAdapter is a wrapper around GoogleTasksConnector that adds lifecycle methods to the pojo. 
GoogleTasksConnectorMetadataAdapater A GoogleTasksConnectorMetadataAdapater is a wrapper around GoogleTasksConnector that adds support for querying metadata about the extension. 
GoogleTasksConnectorOAuth2Adapter A GoogleTasksConnectorOAuth2Adapter is a wrapper around GoogleTasksConnector that adds OAuth capabilites to the pojo. 
GoogleTasksConnectorOAuthClientFactory  
GoogleTasksConnectorOAuthManager A GoogleTasksConnectorOAuthManager is a wrapper around GoogleTasksConnector that adds access token management capabilities to the pojo. 
GoogleTasksConnectorOAuthState Serializable class used to save and restore OAuth state from GoogleTasksConnector  
GoogleTasksConnectorProcessAdapter A GoogleTasksConnectorProcessAdapter is a wrapper around GoogleTasksConnector that enables custom processing strategies. 
GoogleTasksNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/google-tasks

H

HttpCallback  
HttpCallbackAdapter  

I

IdentifierPolicyEnumTransformer  
InsertTaskDefinitionParser  
InsertTaskListDefinitionParser  
InsertTaskListMessageProcessor InsertTaskListMessageProcessor invokes the insertTaskList(org.mule.module.google.task.model.TaskList) method in GoogleTasksConnector
InsertTaskMessageProcessor InsertTaskMessageProcessor invokes the insertTask(java.lang.String, org.mule.module.google.task.model.Task) method in GoogleTasksConnector

L

Links Wrapper for Links to make it data mapper friendly. 

M

ManagedAccessTokenProcessInterceptor<T>  
ManagedAccessTokenProcessTemplate<P>  
MetadataAware This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. 
MoveDefinitionParser  
MoveMessageProcessor MoveMessageProcessor invokes the move(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in GoogleTasksConnector

N

NestedProcessorChain  
NotAuthorizedException  

O

OAuth1Adapter  
OAuth2Adapter  
OAuthAdapter  
OAuthManager<C extends OAuthAdapter> Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. 
OAuthProcessTemplate<P>  

P

PoolManager  
ProcessAdapter<O>  
ProcessCallback<T, O> Callback with logic to execute within a controlled environment provided by ProcessTemplate 
ProcessCallbackProcessInterceptor<T, O>  
ProcessInterceptor<T, O>  
ProcessTemplate<T, O> ProcessTemplate provides a processing context for message processing. 

R

RefreshTokenProcessInterceptor<T>  
RestoreAccessTokenCallback  

S

SaveAccessTokenCallback  
SourceCallback Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. 
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
StopSourceCallback Callback returned by methods that are annotated with @Source

It will be executed when the MessageSource is being stopped. 

T

Task Wrapper for Task to make it data mapper friendly. 
TaskList Wrapper for TaskList to make it data mapper friendly. 

U

UnableToAcquireAccessTokenException Exception thrown when the access token needed for accessing a protected resource cannot be acquired  
UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToAcquireRequestTokenException Exception thrown when the request token needed for building the authorization URL cannot be acquired  
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
UnauthorizeDefinitionParser  
UnauthorizeMessageProcessor  
UpdateTaskDefinitionParser  
UpdateTaskListDefinitionParser  
UpdateTaskListMessageProcessor UpdateTaskListMessageProcessor invokes the updateTaskList(org.mule.module.google.task.model.TaskList, java.lang.String) method in GoogleTasksConnector
UpdateTaskMessageProcessor UpdateTaskMessageProcessor invokes the updateTask(java.lang.String, java.lang.String, org.mule.module.google.task.model.Task) method in GoogleTasksConnector