Configure Oracle Taleo Enterprise Edition Adapter Operations

You can choose which operation you want to perform with Oracle Taleo Enterprise Edition.

Typically your integration will contain three instances of the Oracle Taleo Enterprise Edition Adapter: one for each operation described below. First, use the Submit Document operation to submit a file containing data to import into or export from Oracle Taleo Enterprise Edition. Next, use the Get Document Status operation to poll the status of the import or export. Finally, when the Get Document Status operation reports the import or export is complete, use the Get Document Results operation to get the file sent to Oracle Taleo Enterprise Edition containing the imported data.

Element Description

Submit Document

Select this option to submit a document to import into or export from Oracle Taleo Enterprise Edition. This operation’s response contains a MessageKey that you use with the Get Document Status operation.

Get Document Status

Select this option to get the status of a Submit Document operation that you’ve already performed.

This operation’s response contains a correlationKey and a status. You use the correlationKey with the Get Document Results operation. The status can be one of the following values:

  • 1 – NEW

  • 2 – INCOMING

  • 3 – READY

  • 4 – INPROGRESS

  • 5 – COMPLETED

  • 6 - INTERRUPTED

  • 7 - SUSPENDING

  • 8 - SUSPENDED

  • 9 – INERROR

  • 10 – STOPPING

  • 11 – DELEGATED

Get Document Results

When the status returned from the Get Document Status operation is 5 – COMPLETED, use this operation with a correlationKey to retrieve the results of the data import. The response from this operation contains the results of the records imported intoOracle Taleo Enterprise Edition, including if the import of each record succeeded or failed.