| java.lang.Object | ||||
| ↳ | org.mule.module.google.task.processors.AbstractExpressionEvaluator | |||
| ↳ | org.mule.module.google.task.processors.AbstractConnectedProcessor | |||
| ↳ | org.mule.module.google.task.processors.AbstractMessageProcessor<O> | |||
| ↳ | org.mule.module.google.task.processors.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. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _completedMaxType | |||||||||||
| _completedMinType | |||||||||||
| _dueMaxType | |||||||||||
| _dueMinType | |||||||||||
| _maxResultsType | |||||||||||
| _messageType | |||||||||||
| _pageTokenType | |||||||||||
| _showDeletedType | |||||||||||
| _showHiddenType | |||||||||||
| _showcompletedType | |||||||||||
| _taskListIdType | |||||||||||
| _updatedMinType | |||||||||||
| completedMax | |||||||||||
| completedMin | |||||||||||
| dueMax | |||||||||||
| dueMin | |||||||||||
| maxResults | |||||||||||
| message | |||||||||||
| pageToken | |||||||||||
| showDeleted | |||||||||||
| showHidden | |||||||||||
| showcompleted | |||||||||||
| taskListId | |||||||||||
| updatedMin | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.google.task.processors.AbstractMessageProcessor
| |||||||||||
From class
org.mule.module.google.task.processors.AbstractConnectedProcessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Invokes the MessageProcessor.
| |||||||||||
Sets completedMax
| |||||||||||
Sets completedMin
| |||||||||||
Sets dueMax
| |||||||||||
Sets dueMin
| |||||||||||
Sets flow construct
| |||||||||||
Sets maxResults
| |||||||||||
Sets message
| |||||||||||
Set the Mule context
| |||||||||||
Sets pageToken
| |||||||||||
Sets showDeleted
| |||||||||||
Sets showHidden
| |||||||||||
Sets showcompleted
| |||||||||||
Sets taskListId
| |||||||||||
Sets updatedMin
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.google.task.processors.AbstractMessageProcessor
| |||||||||||
From class
org.mule.module.google.task.processors.AbstractConnectedProcessor
| |||||||||||
From class
org.mule.module.google.task.processors.AbstractExpressionEvaluator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.construct.FlowConstructAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.api.processor.MessageProcessor
| |||||||||||
From interface
org.mule.common.metadata.MetaDataDescriptor
| |||||||||||
| inputMetadata |
|---|
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
| InitialisationException |
|---|
Invokes the MessageProcessor.
| event | MuleEvent to be processed |
|---|
| MuleException |
|---|
Sets completedMax
| value | Value to set |
|---|
Sets completedMin
| value | Value to set |
|---|
Sets dueMax
| value | Value to set |
|---|
Sets dueMin
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Sets maxResults
| value | Value to set |
|---|
Sets message
| value | Value to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets pageToken
| value | Value to set |
|---|
Sets showDeleted
| value | Value to set |
|---|
Sets showHidden
| value | Value to set |
|---|
Sets showcompleted
| value | Value to set |
|---|
Sets taskListId
| value | Value to set |
|---|
Sets updatedMin
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|