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.SetCsvValuesMessageProcessor |
SetCsvValuesMessageProcessor invokes the setCsvValues(java.lang.String, java.lang.String, java.lang.String, int, int, java.lang.String, java.lang.String, int, int, boolean)
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_columnSeparatorType | |||||||||||
_csvType | |||||||||||
_lineSeparatorType | |||||||||||
_purgeType | |||||||||||
_spreadsheetIndexType | |||||||||||
_spreadsheetType | |||||||||||
_startingColumnType | |||||||||||
_startingRowType | |||||||||||
_worksheetIndexType | |||||||||||
_worksheetType | |||||||||||
columnSeparator | |||||||||||
csv | |||||||||||
lineSeparator | |||||||||||
purge | |||||||||||
spreadsheet | |||||||||||
spreadsheetIndex | |||||||||||
startingColumn | |||||||||||
startingRow | |||||||||||
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 columnSeparator
| |||||||||||
Sets csv
| |||||||||||
Sets lineSeparator
| |||||||||||
Sets purge
| |||||||||||
Sets spreadsheet
| |||||||||||
Sets spreadsheetIndex
| |||||||||||
Sets startingColumn
| |||||||||||
Sets startingRow
| |||||||||||
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 columnSeparator
value | Value to set |
---|
Sets csv
value | Value to set |
---|
Sets lineSeparator
value | Value to set |
---|
Sets purge
value | Value to set |
---|
Sets spreadsheet
value | Value to set |
---|
Sets spreadsheetIndex
value | Value to set |
---|
Sets startingColumn
value | Value to set |
---|
Sets startingRow
value | Value to set |
---|
Sets worksheet
value | Value to set |
---|
Sets worksheetIndex
value | Value to set |
---|
MuleException |
---|
MuleException |
---|