Class GetDeletedExecutionImpl
- java.lang.Object
-
- org.teiid.translator.salesforce.execution.GetDeletedExecutionImpl
-
- All Implemented Interfaces:
SalesforceProcedureExecution
public class GetDeletedExecutionImpl extends Object implements SalesforceProcedureExecution
The structure of the getDeleted procedure is: Salesforce object type: String: IN param startDate: datatime: IN param enddate: datetime: IN param earliestDateAvailable: datetime: OUT param latestDateCovered: datetime: OUT param getUpdatedResult: resultset: OUT param
-
-
Field Summary
-
Fields inherited from interface org.teiid.translator.salesforce.execution.SalesforceProcedureExecution
ENDDATE, LATESTDATECOVERED, OBJECT, STARTDATE
-
-
Constructor Summary
Constructors Constructor Description GetDeletedExecutionImpl(ProcedureExecutionParent procedureExecutionParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
close()
void
execute(ProcedureExecutionParent procedureExecutionParent)
List<?>
getOutputParameterValues()
List<?>
next()
-
-
-
Constructor Detail
-
GetDeletedExecutionImpl
public GetDeletedExecutionImpl(ProcedureExecutionParent procedureExecutionParent) throws TranslatorException
- Throws:
TranslatorException
-
-
Method Detail
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceSalesforceProcedureExecution
-
close
public void close()
- Specified by:
close
in interfaceSalesforceProcedureExecution
-
execute
public void execute(ProcedureExecutionParent procedureExecutionParent) throws TranslatorException
- Specified by:
execute
in interfaceSalesforceProcedureExecution
- Throws:
TranslatorException
-
getOutputParameterValues
public List<?> getOutputParameterValues()
- Specified by:
getOutputParameterValues
in interfaceSalesforceProcedureExecution
-
next
public List<?> next()
- Specified by:
next
in interfaceSalesforceProcedureExecution
-
-