A B C D E F G H I L M N O P R S T U V W X Z

R

RaiseExportErrorPostStep - Class in com.taleo.integration.client.customstep.control
Post-processing step to raise an exception when an export error is detected in the results file.
RaiseExportErrorPostStep() - Constructor for class com.taleo.integration.client.customstep.control.RaiseExportErrorPostStep
Constructor without arguments.
read(char[], int, int) - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
read() - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
readFileToString(File, String) - Static method in class com.taleo.integration.client.customstep.util.FileUtils
Return the file content as a String.
readFirstLine(Reader, char, char) - Static method in class com.taleo.integration.client.customstep.util.csv.CsvUtils
Read the first line from the given reader.
readLine(Map) - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
Read a line of the csv file and populate the values in the list argument.
readLine(List) - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
Read a single line.
readLine(List, char, char, String) - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
Read a single line.
readLine(Reader, char, char, int) - Static method in class com.taleo.integration.client.customstep.util.csv.CsvUtils
Read the given line number from the given reader.
readLineTaleo(List, char, char) - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
Read a single line.
readProperties() - Method in class com.taleo.integration.client.customstep.util.csv.CsvPropertiesSectionReader
Read the properties section and put values in a Properties object.
recordCount() - Method in class com.taleo.integration.client.customstep.velocity.CsvExportFileTool
Return the record count excluding the header row if present.
recordCount() - Method in class com.taleo.integration.client.customstep.velocity.CsvImportFileTool
Return the record count excluding the header row if present.
recordCount() - Method in class com.taleo.integration.client.customstep.velocity.XmlExportFileTool
Return the record count.
recordXPath - Variable in class com.taleo.integration.client.customstep.xml.AbstractXslStep
The record XPath.
RegexUtils - Class in com.taleo.integration.client.customstep.util
This class contains a static function that will escape special character used within a string to ensure that the string will not parse as a regular expression.
RegexUtils() - Constructor for class com.taleo.integration.client.customstep.util.RegexUtils
 
registerParameterName(String) - Method in class com.taleo.integration.client.customstep.BaseCustomStep
Register a valid parameter name.
remoteDirectory - Variable in class com.taleo.integration.client.customstep.ftp.BaseFtpStep
The FTP remote directory.
remoteDirectory - Variable in class com.taleo.integration.client.customstep.ftp.BaseSftpStep
The FTP remote directory.
RemoveEmptyLinesPostStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to remove empty lines in a CSV file.
RemoveEmptyLinesPostStep() - Constructor for class com.taleo.integration.client.customstep.csv.RemoveEmptyLinesPostStep
Constructor without arguments.
RemoveHTMLPostStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to remove all HTML tags and leave only text content.
RemoveHTMLPostStep() - Constructor for class com.taleo.integration.client.customstep.csv.RemoveHTMLPostStep
Constructor without arguments.
render(Document, VelocityContext) - Method in class com.taleo.integration.client.customstep.mail.SendEmailsPostStep
Render the document in the given Velocity context.
replace(String) - Method in class com.taleo.integration.client.customstep.csv.ReplaceAllPostStep
Execute the replacements on the specified value.
ReplaceAllPostStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to replace strings in a CSV file containing the results of an export.
ReplaceAllPostStep() - Constructor for class com.taleo.integration.client.customstep.csv.ReplaceAllPostStep
Constructor without arguments.
ReplaceAllPreStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to replace strings in a CSV file containing the results of an export.
ReplaceAllPreStep() - Constructor for class com.taleo.integration.client.customstep.csv.ReplaceAllPreStep
Constructor without arguments.
ReplacePostStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to replace values based on Regular Expression matching in a CSV file containing the results of an export.
ReplacePostStep() - Constructor for class com.taleo.integration.client.customstep.csv.ReplacePostStep
Constructor without arguments.
ReplacePreStep - Class in com.taleo.integration.client.customstep.csv
Post-processing step to replace values based on Regular Expression matching in a CSV input file used in an import integration.
ReplacePreStep() - Constructor for class com.taleo.integration.client.customstep.csv.ReplacePreStep
Constructor without arguments.
ReplaceSymbolsInQueryPreStep - Class in com.taleo.integration.client.customstep.xml
Pre-processing step to replace symbols in a SQ-XML request file.
ReplaceSymbolsInQueryPreStep() - Constructor for class com.taleo.integration.client.customstep.xml.ReplaceSymbolsInQueryPreStep
Constructor without arguments.
RETRY_FACTOR_DEFAULT - Static variable in class com.taleo.integration.client.customstep.util.RetryHelper
 
RETRY_INTERVAL_DEFAULT - Static variable in class com.taleo.integration.client.customstep.util.RetryHelper
 
retryFactor - Variable in class com.taleo.integration.client.customstep.ftp.BaseFtpStep
The retry factor.
retryFactor - Variable in class com.taleo.integration.client.customstep.ftp.BaseSftpStep
The retry factor.
RetryHelper - Class in com.taleo.integration.client.customstep.util
Helper class for retry processing.
RetryHelper(int, int, int) - Constructor for class com.taleo.integration.client.customstep.util.RetryHelper
Constructs a RetryHelper instance.
retryInterval - Variable in class com.taleo.integration.client.customstep.ftp.BaseFtpStep
The interval between retries, in seconds.
retryInterval - Variable in class com.taleo.integration.client.customstep.ftp.BaseSftpStep
The interval between retries, in seconds.
rightPad(Object, int, String) - Method in class com.taleo.integration.client.customstep.velocity.StringTool
Right pad a string with the given pad string.
rightPad(Object, int) - Method in class com.taleo.integration.client.customstep.velocity.StringTool
Right pad a string with spaces.
RowComparator - Class in com.taleo.integration.client.customstep.util.csv
Comparator for CSV rows.
RowComparator(SortCriterion[]) - Constructor for class com.taleo.integration.client.customstep.util.csv.RowComparator
Constructor with an array of SortCriterion.
RunDateManager - Class in com.taleo.integration.client.customstep.lrd
RunDateManager that saves the last run dates on the file system.
RunDateManager(File) - Constructor for class com.taleo.integration.client.customstep.lrd.RunDateManager
Constructor with the file to store the last run date.
RunDateManager(File, DateProvider) - Constructor for class com.taleo.integration.client.customstep.lrd.RunDateManager
Constructor with the file to store the last run date and the date provider.
RunDateManager(File, DateProvider, double) - Constructor for class com.taleo.integration.client.customstep.lrd.RunDateManager
Constructor with the file to store the last run date, the date provider and the maximum number of days to extract.
RunDateManager(File, DateProvider, double, String) - Constructor for class com.taleo.integration.client.customstep.lrd.RunDateManager
Constructor with the file to store the last run date, the date provider and the maximum number of days to extract.

A B C D E F G H I L M N O P R S T U V W X Z