java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.module.google.spreadsheet.processors.AbstractConnectedProcessor | |||
↳ | org.mule.module.google.spreadsheet.processors.GetCellRangeMessageProcessor |
GetCellRangeMessageProcessor invokes the getCellRange(java.lang.String, java.lang.String, int, int, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer)
method in GoogleSpreadSheetConnector
. 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_maxColType | |||||||||||
_maxRowType | |||||||||||
_minColType | |||||||||||
_minRowType | |||||||||||
_spreadsheetIndexType | |||||||||||
_spreadsheetType | |||||||||||
_worksheetIndexType | |||||||||||
_worksheetType | |||||||||||
maxCol | |||||||||||
maxRow | |||||||||||
minCol | |||||||||||
minRow | |||||||||||
spreadsheet | |||||||||||
spreadsheetIndex | |||||||||||
worksheet | |||||||||||
worksheetIndex |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the MessageProcessor.
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Sets maxCol
| |||||||||||
Sets maxRow
| |||||||||||
Sets minCol
| |||||||||||
Sets minRow
| |||||||||||
Sets spreadsheet
| |||||||||||
Sets spreadsheetIndex
| |||||||||||
Sets worksheet
| |||||||||||
Sets worksheetIndex
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
operationName |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
Exception |
---|
metaDataKey |
---|
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 |
---|
Sets maxCol
value | Value to set |
---|
Sets maxRow
value | Value to set |
---|
Sets minCol
value | Value to set |
---|
Sets minRow
value | Value to set |
---|
Sets spreadsheet
value | Value to set |
---|
Sets spreadsheetIndex
value | Value to set |
---|
Sets worksheet
value | Value to set |
---|
Sets worksheetIndex
value | Value to set |
---|
MuleException |
---|
MuleException |
---|