public interface ITransformation
| Modifier and Type | Field and Description |
|---|---|
static String |
JOBCONST_DATASINKID |
static String |
XSLSyntaxcheckfailed |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getJobProperties() |
Properties |
getLogInformation()
get log information that was recorded during transformation
|
RuleLanguageParser |
getRuleLanguageParser() |
Map<String,String> |
getStaticTransformationResults() |
String |
transformRecord(String aRecord,
int aIndex)
transforms a single record
|
String |
transformRecord(String aRecord,
Map<String,String> aStylesheetParams) |
String |
transformRecord(String aRecord,
String aStylesheet)
transforms a single record whyle applying a stylesheet
|
static final String JOBCONST_DATASINKID
static final String XSLSyntaxcheckfailed
String transformRecord(String aRecord, int aIndex) throws net.sf.saxon.instruct.TerminationException, TransformationException
aRecord - the record to transformaIndex - TerminationException, - TransformationServiceExceptionnet.sf.saxon.instruct.TerminationExceptionTransformationExceptionString transformRecord(String aRecord, String aStylesheet) throws TransformationException
aRecord - aStylesheet - TransformationExceptionString transformRecord(String aRecord, Map<String,String> aStylesheetParams) throws net.sf.saxon.instruct.TerminationException, TransformationException
net.sf.saxon.instruct.TerminationExceptionTransformationExceptionRuleLanguageParser getRuleLanguageParser()
Properties getLogInformation()
Copyright © 2025. All rights reserved.