public abstract class AbstractSpreadsheetExecution extends Object implements UpdateExecution
| Modifier and Type | Field and Description |
|---|---|
protected Command |
command |
protected GoogleSpreadsheetConnection |
connection |
protected ExecutionContext |
context |
protected RuntimeMetadata |
metadata |
protected UpdateResult |
result |
| Constructor and Description |
|---|
AbstractSpreadsheetExecution(Command command,
GoogleSpreadsheetConnection connection,
ExecutionContext context,
RuntimeMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
GoogleSpreadsheetConnection |
getConnection() |
int[] |
getUpdateCounts() |
protected GoogleSpreadsheetConnection connection
protected RuntimeMetadata metadata
protected ExecutionContext context
protected Command command
protected UpdateResult result
public AbstractSpreadsheetExecution(Command command, GoogleSpreadsheetConnection connection, ExecutionContext context, RuntimeMetadata metadata)
public void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic int[] getUpdateCounts()
throws DataNotAvailableException,
TranslatorException
getUpdateCounts in interface UpdateExecutionDataNotAvailableExceptionTranslatorExceptionpublic GoogleSpreadsheetConnection getConnection()
Copyright © 2019 JBoss by Red Hat. All rights reserved.