|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.compress |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.compress | |
---|---|
class |
ZipPostStep
Post-processing step to zip the current workflow file or other files corresponding to a pattern. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.control |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.control | |
---|---|
class |
BreakStep
Processing step to break workflow execution. |
class |
FilterExportErrorPostStep
Post-processing step to filter export errors matching a pattern and exit the process with a given code. |
class |
LogContextStep
Processing step to set logging context variables. |
class |
RaiseExportErrorPostStep
Post-processing step to raise an exception when an export error is detected in the results file. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.count |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.count | |
---|---|
class |
ConvertToCountPreStep
Pre-processing step to convert any query to a count query with the result in CSV format. |
class |
DailyCountPreStep
Pre-processing step interrupt execution when a given maximum of records has been extracted on the current day. |
class |
ExportCountPostStep
Post processing step to count the records coming out directly from the zone, before any client transformation. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.csv |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.csv | |
---|---|
class |
AbstractSortStep
Abstract processing step to sort CSV data. |
class |
BaseCustomCsvPostStep
Abstract custom step for all post processing of CSV files. |
class |
BaseCustomCsvPreStep
Abstract custom step for all pre-processing of CSV files. |
class |
BaseCustomCsvStep
Abstract custom step for all processing of CSV files. |
class |
BaseHeaderFooterPostStep
Abstract post-processing step to add a header and/or footer to a CSV file. |
class |
BaseTransformPostStep
Abstract post-processing step to transform a column in a CSV file containing the results of an export. |
class |
CsvToXmlPreStep
Pre-processing step to create an XML file from a CSV. |
class |
DecodePostStep
Post-processing step to decode a column in a CSV file containing the results of an export. |
class |
DifferencePostStep
Post-processing step to calculate the difference between a file (the target) and the current file in the pipeline (the source). |
class |
DigestPostStep
Post-processing step to apply a digest algorithm (one-way hash function) to a column in a CSV file containing the results of an export. |
class |
DocumentFromURLPreStep
Pre-processing step to replace a URL to a document into its actual content in Base64GZip format. |
class |
ExportHeaderFooterPostStep
Post-processing step to add a header and/or footer to a CSV file containing the results of an export. |
class |
FixedLengthPostStep
Post-processing step to transform a CSV file to a fixed length file. |
class |
ForceQuotationPostStep
Post-processing step to force quotation of every CSV field. |
class |
HierarchicalSortStep
Processing step to sort CSV data based on parent/child relationship. |
class |
ImportHeaderFooterPostStep
Post-processing step to add a header and/or footer to a CSV file containing the results of an import. |
class |
MergePostStep
Post-processing step to merge result CSV files. |
class |
RemoveEmptyLinesPostStep
Post-processing step to remove empty lines in a CSV file. |
class |
RemoveHTMLPostStep
Post-processing step to remove all HTML tags and leave only text content. |
class |
ReplaceAllPostStep
Post-processing step to replace strings in a CSV file containing the results of an export. |
class |
ReplaceAllPreStep
Post-processing step to replace strings in a CSV file containing the results of an export. |
class |
ReplacePostStep
Post-processing step to replace values based on Regular Expression matching in a CSV file containing the results of an export. |
class |
ReplacePreStep
Post-processing step to replace values based on Regular Expression matching in a CSV input file used in an import integration. |
class |
StripHeaderFooterPreStep
Pre-processing step to strip header and footer rows from a CSV input file. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.db |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.db | |
---|---|
class |
SelectPreStep
This step executes a Select query on a database and sets the result as input to the TCC import process. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.file |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.file | |
---|---|
class |
DeleteFileStep
Processing step to delete files from disk. |
class |
MoveFileStep
Processing step to move files on disk. |
class |
WriteFileStep
Processing step to write a copy of the current file on disk. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.ftp |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.ftp | |
---|---|
class |
BaseFtpStep
Abstract class for FTP steps. |
class |
BaseSftpStep
Abstract class for SFTP steps. |
class |
DeleteFtpStep
Processing step to delete a file from an FTP server. |
class |
DeleteSftpStep
Processing step to delete a file from an SFTP server. |
class |
DownloadFtpPreStep
Pre-Processing step to download a file from an FTP server and use it as request data file for import. |
class |
DownloadSftpPreStep
Processing step to download a file from an SFTP server and make it the current file in the pipeline. |
class |
UploadFtpStep
Processing step to upload files on an FTP server. |
class |
UploadSftpStep
Processing step to upload the current workflow file on an SFTP server. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.http |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.http | |
---|---|
class |
HttpPostPostStep
Post-processing step to HTTP Post the current workflow file or other files corresponding to a pattern. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.lrd |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.lrd | |
---|---|
class |
LRDPostStep
Post-processing step to write the Last Run Date at the end of the execution. |
class |
LRDPreStep
Pre-processing step to substitute a "Last Run Date (LRD)" filter at runtime with a "Between" filter in which the current and last run dates have been modified with a mask that allows to synchronize multiple extracts on a specific datetime in the past. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.mail |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.mail | |
---|---|
class |
SendEmailPostStep
Post-processing step to send the current workflow file by email. |
class |
SendEmailsPostStep
Post-processing step to send individual emails from the results of an export. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.paging |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.paging | |
---|---|
class |
PagingPostStep
Post-processing step to manage the end of the paging process. |
class |
PagingPreStep
Pre-processing step to manage the beginning of the paging process for large extracts. |
Uses of BaseCustomStep in com.taleo.integration.client.customstep.xml |
---|
Subclasses of BaseCustomStep in com.taleo.integration.client.customstep.xml | |
---|---|
class |
AbstractXslStep
Post-processing step to apply an XSL transformation to the result. |
class |
ExtractAttachedFilePostStep
Deprecated. Use ExtractFilesPostStep
with operations parameter set to "DecodeBase64,Gunzip" instead. |
class |
ExtractFilesPostStep
Post-processing step to extract files content and create those files on disk. |
class |
ReplaceSymbolsInQueryPreStep
Pre-processing step to replace symbols in a SQ-XML request file. |
class |
SplitFilePostStep
Post-processing step to split the XML result file into one file for each record. |
class |
StripInvalidXMLCharsStep
Processing step (pre or post) to strip invalid XML characters from a file. |
class |
XslPostStep
Post-processing step to apply an XSL transformation to the result. |
class |
XslPreStep
Pre-processing step to apply an XSL transformation to the request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |