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

C

childMerge(File) - Method in class com.taleo.integration.client.customstep.csv.MergePostStep
Merge the files corresponding to the filePattern with the provided inFile.
CLI_NAMESPACE - Static variable in class com.taleo.integration.client.customstep.Constants
 
close() - Method in class com.taleo.integration.client.customstep.util.csv.CSVReader
close() - Method in class com.taleo.integration.client.customstep.util.csv.CsvWriter
Close the writer.
com.taleo.integration.client.customstep - package com.taleo.integration.client.customstep
 
com.taleo.integration.client.customstep.compress - package com.taleo.integration.client.customstep.compress
 
com.taleo.integration.client.customstep.control - package com.taleo.integration.client.customstep.control
 
com.taleo.integration.client.customstep.count - package com.taleo.integration.client.customstep.count
 
com.taleo.integration.client.customstep.csv - package com.taleo.integration.client.customstep.csv
 
com.taleo.integration.client.customstep.db - package com.taleo.integration.client.customstep.db
 
com.taleo.integration.client.customstep.file - package com.taleo.integration.client.customstep.file
 
com.taleo.integration.client.customstep.ftp - package com.taleo.integration.client.customstep.ftp
 
com.taleo.integration.client.customstep.http - package com.taleo.integration.client.customstep.http
 
com.taleo.integration.client.customstep.lrd - package com.taleo.integration.client.customstep.lrd
 
com.taleo.integration.client.customstep.mail - package com.taleo.integration.client.customstep.mail
 
com.taleo.integration.client.customstep.paging - package com.taleo.integration.client.customstep.paging
 
com.taleo.integration.client.customstep.tools.document - package com.taleo.integration.client.customstep.tools.document
 
com.taleo.integration.client.customstep.util - package com.taleo.integration.client.customstep.util
 
com.taleo.integration.client.customstep.util.csv - package com.taleo.integration.client.customstep.util.csv
 
com.taleo.integration.client.customstep.util.xml - package com.taleo.integration.client.customstep.util.xml
 
com.taleo.integration.client.customstep.velocity - package com.taleo.integration.client.customstep.velocity
 
com.taleo.integration.client.customstep.xml - package com.taleo.integration.client.customstep.xml
 
compare(Object, Object) - Method in class com.taleo.integration.client.customstep.util.csv.HierarchicalRowComparator
 
compare(String[], String[]) - Method in class com.taleo.integration.client.customstep.util.csv.HierarchicalRowComparator
Compare rows as String[].
compare(List, List) - Method in class com.taleo.integration.client.customstep.util.csv.HierarchicalRowComparator
Compare rows as List.
compare(Object, Object) - Method in class com.taleo.integration.client.customstep.util.csv.RowComparator
 
compare(String[], String[]) - Method in class com.taleo.integration.client.customstep.util.csv.RowComparator
Compare rows as String[].
compare(List, List) - Method in class com.taleo.integration.client.customstep.util.csv.RowComparator
Compare rows as List.
concat(Object, Object) - Method in class com.taleo.integration.client.customstep.velocity.StringTool
Concatenate two strings.
Constants - Class in com.taleo.integration.client.customstep
This class defines global constants.
Constants() - Constructor for class com.taleo.integration.client.customstep.Constants
 
contains(Object, Object) - Method in class com.taleo.integration.client.customstep.velocity.StringTool
Check if the first argument string contains the second argument string.
content() - Method in class com.taleo.integration.client.customstep.velocity.CsvExportFileTool
Return the file content.
content() - Method in class com.taleo.integration.client.customstep.velocity.CsvImportFileTool
Return the file content.
content(String) - Method in class com.taleo.integration.client.customstep.velocity.FileTool
Return the file content.
content(String, String) - Method in class com.taleo.integration.client.customstep.velocity.FileTool
Return the file content.
content() - Method in class com.taleo.integration.client.customstep.velocity.XmlExportFileTool
Return the file content.
ConvertToCountPreStep - Class in com.taleo.integration.client.customstep.count
Pre-processing step to convert any query to a count query with the result in CSV format.
ConvertToCountPreStep() - Constructor for class com.taleo.integration.client.customstep.count.ConvertToCountPreStep
Constructor without arguments.
CountManager - Class in com.taleo.integration.client.customstep.count
Manage the record count.
CountManager() - Constructor for class com.taleo.integration.client.customstep.count.CountManager
Constructor without arguments.
CountManager(File) - Constructor for class com.taleo.integration.client.customstep.count.CountManager
Constructor with the file to store the count.
createContext(File, File) - Method in class com.taleo.integration.client.customstep.csv.BaseHeaderFooterPostStep
Create the Velocity context with the given file and target file.
createContext(File, File) - Method in class com.taleo.integration.client.customstep.csv.ExportHeaderFooterPostStep
Create the Velocity context with the given file and the target results file.
createContext(File, File) - Method in class com.taleo.integration.client.customstep.csv.ImportHeaderFooterPostStep
Create the Velocity context with the given file and the target results file.
createCount() - Method in class com.taleo.integration.client.customstep.velocity.CsvImportFileTool
Return the create count.
createDocumentInfo(File) - Method in class com.taleo.integration.client.customstep.tools.document.DocumentInfoBuilder
Deprecated. Create a DocumentInfo on the given file.
createDomDocument() - Static method in class com.taleo.integration.client.customstep.util.xml.XmlUtils
Create an empty XML Document.
createDomDocument(String) - Static method in class com.taleo.integration.client.customstep.util.xml.XmlUtils
Create an XML Document from an XML string.
createDomDocument(InputStream) - Static method in class com.taleo.integration.client.customstep.util.xml.XmlUtils
Create an XML Document from an InputStream.
createProxyCredentials(String, String) - Static method in class com.taleo.integration.client.customstep.util.HttpUtils
Creates the correct instance of credentials based on the proxy parameters set in the current JVM.
createTempFile() - Method in class com.taleo.integration.client.customstep.BaseCustomStep
Create a temporary file with the default "IntegrationClient" prefix.
createTempFile(String) - Method in class com.taleo.integration.client.customstep.BaseCustomStep
Create a temporary file with the specified prefix.
createTempFile(String, String) - Static method in class com.taleo.integration.client.customstep.util.FileUtils
Create a temporary file using the specified folder path and filename prefix.
createTempFile(String, String, boolean) - Static method in class com.taleo.integration.client.customstep.util.FileUtils
Create a temporary file using the specified folder path and filename prefix and a flag to indicate delete on exit.
CSV_LINE_COUNT - Static variable in class com.taleo.integration.client.customstep.util.csv.CsvPropertiesSectionConstants
 
CsvExportFileTool - Class in com.taleo.integration.client.customstep.velocity
Class to expose a CSV export results file properties and content into Velocity templates.
CsvExportFileTool(File, boolean, char, char, String) - Constructor for class com.taleo.integration.client.customstep.velocity.CsvExportFileTool
Constructor with the export file, CSV header indicator, CSV delimiter, quotation character and encoding.
CsvExportFileTool(File, boolean, char, char, String, File) - Constructor for class com.taleo.integration.client.customstep.velocity.CsvExportFileTool
Constructor with the export file, CSV header indicator, CSV delimiter, quotation character, encoding and the target file.
CsvImportFileTool - Class in com.taleo.integration.client.customstep.velocity
Class to expose a CSV import results file properties and content into Velocity templates.
CsvImportFileTool(File, boolean, char, char, String) - Constructor for class com.taleo.integration.client.customstep.velocity.CsvImportFileTool
Constructor with the import results file, CSV header indicator, CSV delimiter, quotation character and encoding.
CsvImportFileTool(File, boolean, char, char, String, File) - Constructor for class com.taleo.integration.client.customstep.velocity.CsvImportFileTool
Constructor with the import results file, CSV header indicator, CSV delimiter, quotation character, encoding and the target file.
CsvPropertiesSectionConstants - Class in com.taleo.integration.client.customstep.util.csv
 
CsvPropertiesSectionReader - Class in com.taleo.integration.client.customstep.util.csv
CsvPropertiesSectionReader reads the Taleo legacy properties section.
CsvPropertiesSectionReader(Reader) - Constructor for class com.taleo.integration.client.customstep.util.csv.CsvPropertiesSectionReader
Constructs a CsvPropertiesSectionReader If the Reader may contain a CSV content WITHOUT #BEGINPROPERTIES/#ENDPROPERTIES section, you MUST provide a PeekReader, using a prefetch buffer of at least the size required to parse whether #BEGINPROPERTIES is present in the file.
CSVReader - Class in com.taleo.integration.client.customstep.util.csv
Character delimited (CSV file) reader.
CSVReader(Reader) - Constructor for class com.taleo.integration.client.customstep.util.csv.CSVReader
Default constructor.
CSVReader(Reader, boolean) - Constructor for class com.taleo.integration.client.customstep.util.csv.CSVReader
Main constructor.
CSVReader(Reader, boolean, char, char) - Constructor for class com.taleo.integration.client.customstep.util.csv.CSVReader
Main constructor.
CSVReader(Reader, boolean, char, char, String) - Constructor for class com.taleo.integration.client.customstep.util.csv.CSVReader
Main constructor.
CSVReader(Reader, boolean, char, char, String, String, String) - Constructor for class com.taleo.integration.client.customstep.util.csv.CSVReader
Main constructor.
CsvToXmlPreStep - Class in com.taleo.integration.client.customstep.csv
Pre-processing step to create an XML file from a CSV.
CsvToXmlPreStep() - Constructor for class com.taleo.integration.client.customstep.csv.CsvToXmlPreStep
Constructor without arguments.
CsvUtils - Class in com.taleo.integration.client.customstep.util.csv
Utility class for CSV.
CsvUtils() - Constructor for class com.taleo.integration.client.customstep.util.csv.CsvUtils
 
CsvWriter - Class in com.taleo.integration.client.customstep.util.csv
Class to write CSV.
CsvWriter(Writer) - Constructor for class com.taleo.integration.client.customstep.util.csv.CsvWriter
Constructor with the underlying writer.
CsvWriter(Writer, char, char) - Constructor for class com.taleo.integration.client.customstep.util.csv.CsvWriter
Constructor with the underlying writer, the delimiter, quote character and header presence indicator.

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