public class ExcelWriterStepMeta extends BaseStepMeta implements StepMetaInterface
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IF_FILE_EXISTS_CREATE_NEW |
static String |
IF_FILE_EXISTS_REUSE |
static String |
IF_SHEET_EXISTS_CREATE_NEW |
static String |
IF_SHEET_EXISTS_REUSE |
static String |
ROW_WRITE_OVERWRITE |
static String |
ROW_WRITE_PUSH_DOWN |
attributes, databases, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE| 构造器和说明 |
|---|
ExcelWriterStepMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
allocate(int nrfields) |
String |
buildFilename(org.pentaho.di.core.variables.VariableSpace space,
int stepnr,
int splitnr) |
void |
check(List<org.pentaho.di.core.CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Checks the settings of this step and puts the findings in a remarks List.
|
Object |
clone()
Make an exact copy of this step, make sure to explicitly copy Collections etc.
|
String |
exportResources(org.pentaho.di.core.variables.VariableSpace space,
Map<String,ResourceDefinition> definitions,
ResourceNamingInterface resourceNamingInterface,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore) |
int |
getAppendEmpty() |
int |
getAppendOffset() |
String |
getDateTimeFormat() |
String |
getExtension() |
void |
getFields(org.pentaho.di.core.row.RowMetaInterface r,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.
|
String |
getFileName() |
String[] |
getFiles(org.pentaho.di.core.variables.VariableSpace space) |
String |
getIfFileExists() |
String |
getIfSheetExists() |
String |
getNewLine(String fformat) |
ExcelWriterStepField[] |
getOutputFields() |
String |
getPassword() |
String |
getProtectedBy() |
String |
getRowWritingMethod() |
String |
getSheetname() |
int |
getSplitEvery() |
String |
getStartingCell() |
StepInterface |
getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
StepDataInterface |
getStepData()
Get a new instance of the appropriate data class.
|
StepMetaInjectionInterface |
getStepMetaInjectionInterface() |
String |
getTemplateFileName() |
String |
getTemplateSheetName() |
String[] |
getUsedLibraries() |
String |
getXML()
Produces the XML string that describes this step's information.
|
boolean |
isAddToResultFiles() |
boolean |
isAppendLines() |
boolean |
isAppendOmitHeader() |
boolean |
isAutoSizeColums() |
boolean |
isDateInFilename() |
boolean |
isDoNotOpenNewFileInit() |
boolean |
isFooterEnabled() |
boolean |
isForceFormulaRecalculation() |
boolean |
isHeaderEnabled() |
boolean |
isLeaveExistingStylesUnchanged() |
boolean |
isMakeSheetActive() |
boolean |
isSheetProtected() |
boolean |
isSpecifyFormat() |
boolean |
isStepNrInFilename() |
boolean |
isStreamingData() |
boolean |
isTemplateEnabled() |
boolean |
isTemplateSheetEnabled() |
boolean |
isTemplateSheetHidden() |
boolean |
isTimeInFilename() |
void |
loadXML(Node stepnode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
org.pentaho.metastore.api.IMetaStore metaStore)
Load the values for this step from an XML Node
|
void |
readRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_step,
List<org.pentaho.di.core.database.DatabaseMeta> databases)
Read the steps information from a Kettle repository
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.ObjectId id_step)
Save the steps data into a Kettle repository
|
void |
setAddToResultFiles(boolean addtoresultfilenamesin) |
void |
setAppendEmpty(int appendEmpty) |
void |
setAppendLines(boolean append) |
void |
setAppendOffset(int appendOffset) |
void |
setAppendOmitHeader(boolean appendOmitHeader) |
void |
setAutoSizeColums(boolean autosizecolums) |
void |
setDateInFilename(boolean dateInFilename) |
void |
setDateTimeFormat(String date_time_format) |
void |
setDefault()
Set default values
|
void |
setDoNotOpenNewFileInit(boolean doNotOpenNewFileInit) |
void |
setExtension(String extension) |
void |
setFileName(String fileName) |
void |
setFooterEnabled(boolean footer) |
void |
setForceFormulaRecalculation(boolean forceFormulaRecalculation) |
void |
setHeaderEnabled(boolean header) |
void |
setIfFileExists(String ifFileExists) |
void |
setIfSheetExists(String ifSheetExists) |
void |
setLeaveExistingStylesUnchanged(boolean leaveExistingStylesUnchanged) |
void |
setMakeSheetActive(boolean makeSheetActive) |
void |
setOutputFields(ExcelWriterStepField[] outputFields) |
void |
setPassword(String password) |
void |
setProtectedBy(String protectedBy) |
void |
setProtectSheet(boolean protectsheet) |
void |
setRowWritingMethod(String rowWritingMethod) |
void |
setSheetname(String sheetname) |
void |
setSpecifyFormat(boolean SpecifyFormat) |
void |
setSplitEvery(int splitEvery) |
void |
setStartingCell(String startingCell) |
void |
setStepNrInFilename(boolean stepNrInFilename) |
void |
setStreamingData(boolean streamingData) |
void |
setTemplateEnabled(boolean template) |
void |
setTemplateFileName(String templateFileName) |
void |
setTemplateSheetEnabled(boolean templateSheetEnabled) |
void |
setTemplateSheetHidden(boolean hide) |
void |
setTemplateSheetName(String templateSheetName) |
void |
setTimeInFilename(boolean timeInFilename) |
analyseImpact, analyseImpact, cancelQueries, check, check, createEntry, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, extractStepMetadataEntries, findAttribute, findParent, findParentEntry, getActiveReferencedObjectDescription, getDescription, getDialogClassName, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectId, getObjectRevision, getObjectType, getOptionalStreams, getParent, getParentStepMeta, getReferencedObjectDescriptions, getRepCode, getRepositoryDirectory, getRequiredFields, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepInjectionMetadataEntries, getStepIOMeta, getStepIOMeta, getSupportedTransformationTypes, getTableFields, getTooltip, getUsedArguments, getUsedDatabaseConnections, getXmlCode, handleStreamSelection, hasChanged, hasRepositoryReferences, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadReferencedObject, loadStepAttributes, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, readRep, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setChanged, setParentStepMeta, setStepIOMeta, supportsErrorHandlingequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyseImpact, analyseImpact, cancelQueries, check, cleanAfterHopFromRemove, cleanAfterHopFromRemove, cleanAfterHopToRemove, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, extractStepMetadataEntries, fetchTransMeta, getActiveReferencedObjectDescription, getDialogClassName, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepIOMeta, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedDatabaseConnections, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, lookupRepositoryReferences, passDataToServletOutput, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setParentStepMeta, supportsErrorHandlingpublic int getAppendOffset()
public void setAppendOffset(int appendOffset)
public int getAppendEmpty()
public void setAppendEmpty(int appendEmpty)
public boolean isDateInFilename()
public void setDateInFilename(boolean dateInFilename)
dateInFilename - The dateInFilename to set.public boolean isAppendOmitHeader()
public void setAppendOmitHeader(boolean appendOmitHeader)
public String getStartingCell()
public void setStartingCell(String startingCell)
public String getRowWritingMethod()
public void setRowWritingMethod(String rowWritingMethod)
public String getIfFileExists()
public void setIfFileExists(String ifFileExists)
public String getIfSheetExists()
public void setIfSheetExists(String ifSheetExists)
public String getProtectedBy()
public void setProtectedBy(String protectedBy)
public String getExtension()
public void setExtension(String extension)
extension - The extension to set.public String getFileName()
public String getPassword()
public String getSheetname()
public void setSheetname(String sheetname)
sheetname - The sheet name.public void setFileName(String fileName)
fileName - The fileName to set.public void setPassword(String password)
password - teh passwoed to set.public boolean isFooterEnabled()
public void setFooterEnabled(boolean footer)
footer - The footer to set.public boolean isAutoSizeColums()
public void setAutoSizeColums(boolean autosizecolums)
autosizecolums - The autosizecolums to set.public boolean isHeaderEnabled()
public void setHeaderEnabled(boolean header)
header - The header to set.public boolean isSpecifyFormat()
public void setSpecifyFormat(boolean SpecifyFormat)
public String getDateTimeFormat()
public void setDateTimeFormat(String date_time_format)
public int getSplitEvery()
public boolean isAddToResultFiles()
public void setAddToResultFiles(boolean addtoresultfilenamesin)
addtoresultfilenamesin - The addtoresultfilenames to set.public void setSplitEvery(int splitEvery)
splitEvery - The splitEvery to set.public boolean isStepNrInFilename()
public void setStepNrInFilename(boolean stepNrInFilename)
stepNrInFilename - The stepNrInFilename to set.public boolean isTimeInFilename()
public boolean isSheetProtected()
public void setTimeInFilename(boolean timeInFilename)
timeInFilename - The timeInFilename to set.public void setProtectSheet(boolean protectsheet)
protectsheet - the value to set.public ExcelWriterStepField[] getOutputFields()
public void setOutputFields(ExcelWriterStepField[] outputFields)
outputFields - The outputFields to set.public boolean isTemplateEnabled()
public void setTemplateEnabled(boolean template)
template - The template to set.public boolean isTemplateSheetEnabled()
public void setTemplateSheetEnabled(boolean templateSheetEnabled)
public String getTemplateFileName()
public void setTemplateFileName(String templateFileName)
templateFileName - The templateFileName to set.public String getTemplateSheetName()
public void setTemplateSheetName(String templateSheetName)
public boolean isDoNotOpenNewFileInit()
public void setDoNotOpenNewFileInit(boolean doNotOpenNewFileInit)
doNotOpenNewFileInit - The "do not open new file at init" flag to set.public boolean isAppendLines()
public void setAppendLines(boolean append)
append - The appendLines to set.public void setMakeSheetActive(boolean makeSheetActive)
public boolean isMakeSheetActive()
public boolean isForceFormulaRecalculation()
public void setForceFormulaRecalculation(boolean forceFormulaRecalculation)
public boolean isLeaveExistingStylesUnchanged()
public void setLeaveExistingStylesUnchanged(boolean leaveExistingStylesUnchanged)
public void loadXML(Node stepnode, List<org.pentaho.di.core.database.DatabaseMeta> databases, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleXMLException
StepMetaInterfaceloadXML 在接口中 StepMetaInterfaceloadXML 在类中 BaseStepMetastepnode - the Node to get the info fromdatabases - The available list of databases to reference tometaStore - the metastore to optionally load external reference metadata fromorg.pentaho.di.core.exception.KettleXMLException - When an unexpected XML error occurred. (malformed etc.)public void allocate(int nrfields)
public Object clone()
StepMetaInterfaceclone 在接口中 StepMetaInterfaceclone 在类中 BaseStepMetapublic void setDefault()
StepMetaInterfacesetDefault 在接口中 StepMetaInterfacepublic String[] getFiles(org.pentaho.di.core.variables.VariableSpace space)
public String buildFilename(org.pentaho.di.core.variables.VariableSpace space, int stepnr, int splitnr)
public void getFields(org.pentaho.di.core.row.RowMetaInterface r,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
BaseStepMetagetFields 在接口中 StepMetaInterfacegetFields 在类中 BaseStepMetar - the input row meta that is modified in this method to reflect the output row metadata of the
stepname - Name of the step to use as input for the origin field in the valuesinfo - Fields used as extra lookup informationnextStep - the next step that is targetedspace - the space The variable space to use to replace variablesrepository - the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore - the MetaStore to use to load additional external data or metadata impacting the output fieldspublic String getXML()
BaseStepMetagetXML 在接口中 StepMetaInterfacegetXML 在类中 BaseStepMetapublic void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException
StepMetaInterfacereadRep 在接口中 StepMetaInterfacereadRep 在类中 BaseStepMetarep - The repository to read frommetaStore - The MetaStore to read external information fromid_step - The step IDdatabases - The databases to referenceorg.pentaho.di.core.exception.KettleException - When an unexpected error occurred (database, network, etc)public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
StepMetaInterfacesaveRep 在接口中 StepMetaInterfacesaveRep 在类中 BaseStepMetarep - The Kettle repository to save tometaStore - the metaStore to optionally write toid_transformation - The transformation IDid_step - The step IDorg.pentaho.di.core.exception.KettleException - When an unexpected error occurred (database, network, etc)public void check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepMetaInterfacecheck 在接口中 StepMetaInterfacecheck 在类中 BaseStepMetaremarks - The list to put the remarks in @see org.pentaho.di.core.CheckResultstepMeta - The stepMeta to help checkingprev - The fields coming from the previous stepinput - The input step namesoutput - The output step namesinfo - The fields that are used as information by the stepspace - the variable space to resolve variable expressions withrepository - the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore - the MetaStore to use to load additional external data or metadata impacting the output fieldspublic String exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleException
exportResources 在接口中 StepMetaInterfaceexportResources 在类中 BaseStepMetaspace - the variable space to usedefinitions - resourceNamingInterface - repository - The repository to optionally load other resources from (to be converted to XML)metaStore - the metaStore in which non-kettle metadata could reside.org.pentaho.di.core.exception.KettleExceptionpublic StepMetaInjectionInterface getStepMetaInjectionInterface()
getStepMetaInjectionInterface 在接口中 StepMetaInterfacegetStepMetaInjectionInterface 在类中 BaseStepMetapublic StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterfacegetStep 在接口中 StepMetaInterfacestepMeta - The step infostepDataInterface - the step data interface linked to this step. Here the step can store temporary data, database connections,
etc.cnr - The copy nr to gettransMeta - The transformation infotrans - The launching transformationpublic StepDataInterface getStepData()
StepMetaInterfacegetStepData 在接口中 StepMetaInterfacepublic String[] getUsedLibraries()
getUsedLibraries 在接口中 StepMetaInterfacegetUsedLibraries 在类中 BaseStepMetapublic boolean isStreamingData()
public void setStreamingData(boolean streamingData)
streamingData - the streamingData to setpublic boolean isTemplateSheetHidden()
public void setTemplateSheetHidden(boolean hide)
Copyright © 2024 Hitachi Vantara. All rights reserved.