Class Index

A C D F G I L M P R S T U

A

AbstractConnectedProcessor  
AbstractPagedConnectedProcessor  
AccessTypeEnumTransformer  
AuthorizeDefinitionParser  
AuthorizeMessageProcessor  

C

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

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

F

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.streaming.PagingConfiguration) method in GoogleTasksConnector
GetTasksDefinitionParser  
GetTasksMessageProcessor GetTasksMessageProcessor invokes the getTasks(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, org.mule.streaming.PagingConfiguration) method in GoogleTasksConnector
GoogleTasksConnector Google Tasks Cloud connector. 
GoogleTasksConnectorCapabilitiesAdapter A GoogleTasksConnectorCapabilitiesAdapter is a wrapper around GoogleTasksConnector that implements org.mule.api.Capabilities interface. 
GoogleTasksConnectorConfigDefinitionParser  
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

I

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

MoveDefinitionParser  
MoveMessageProcessor MoveMessageProcessor invokes the move(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in GoogleTasksConnector

P

PoolManager  

R

RestoreAccessTokenCallbackFactoryBean  

S

SaveAccessTokenCallbackFactoryBean  
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 

T

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

U

UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
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