| java.lang.Object | |||||
| ↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | ||||
| ↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | ||||
| ↳ | org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor | ||||
| ↳ | org.mule.module.google.task.processors.AbstractPagedConnectedProcessor | ||||
| ↳ | org.mule.module.google.task.processors.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. 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 | |||||||||||
| _pagingConfigurationType | |||||||||||
| _showDeletedType | |||||||||||
| _showHiddenType | |||||||||||
| _showcompletedType | |||||||||||
| _taskListIdType | |||||||||||
| _updatedMinType | |||||||||||
| completedMax | |||||||||||
| completedMin | |||||||||||
| dueMax | |||||||||||
| dueMin | |||||||||||
| pagingConfiguration | |||||||||||
| showDeleted | |||||||||||
| showHidden | |||||||||||
| showcompleted | |||||||||||
| taskListId | |||||||||||
| updatedMin | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.DevkitBasedMessageProcessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the MessageProcessor.
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Sets completedMax
| |||||||||||
Sets completedMin
| |||||||||||
Sets dueMax
| |||||||||||
Sets dueMin
| |||||||||||
Sets pagingConfiguration
| |||||||||||
Sets showDeleted
| |||||||||||
Sets showHidden
| |||||||||||
Sets showcompleted
| |||||||||||
Sets taskListId
| |||||||||||
Sets updatedMin
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.streaming.processor.AbstractDevkitBasedPageableMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.DevkitBasedMessageProcessor
| |||||||||||
From class
org.mule.devkit.processor.ExpressionEvaluatorSupport
| |||||||||||
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
| |||||||||||
| operationName |
|---|
| inputMetadata |
|---|
Invokes the MessageProcessor.
| event | MuleEvent to be processed |
|---|---|
| pagingConfiguration |
| Exception |
|---|
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 |
|---|
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 pagingConfiguration
| 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 |
|---|