public class ProcedureExecutionParentImpl extends Object implements ProcedureExecution, ProcedureExecutionParent
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_DELETED |
static String |
GET_UPDATED |
| Constructor and Description |
|---|
ProcedureExecutionParentImpl(Call command,
SalesforceConnection connection,
RuntimeMetadata metadata,
ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the execution abnormally.
|
void |
close()
Terminates the execution normally.
|
void |
execute()
Execute the associated command.
|
Call |
getCommand() |
SalesforceConnection |
getConnection() |
ExecutionContext |
getExecutionContext() |
RuntimeMetadata |
getMetadata() |
List<?> |
getOutputParameterValues()
Get the output parameter values.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
void |
setCommand(Call command) |
public static final String GET_DELETED
public static final String GET_UPDATED
public ProcedureExecutionParentImpl(Call command, SalesforceConnection connection, RuntimeMetadata metadata, ExecutionContext executionContext)
public List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valuepublic List<?> next() throws TranslatorException, DataNotAvailableException
ResultSetExecutionnext in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic void cancel()
throws TranslatorException
Executioncancel in interface ExecutionTranslatorExceptionpublic void close()
Executionpublic void execute()
throws TranslatorException
Executionexecute in interface ExecutionTranslatorExceptionpublic void setCommand(Call command)
public Call getCommand()
getCommand in interface ProcedureExecutionParentpublic SalesforceConnection getConnection()
getConnection in interface ProcedureExecutionParentpublic ExecutionContext getExecutionContext()
getExecutionContext in interface ProcedureExecutionParentpublic RuntimeMetadata getMetadata()
getMetadata in interface ProcedureExecutionParentCopyright © 2016 JBoss by Red Hat. All rights reserved.