com.thalesgroup.dtkit.ws.rs.model
Class InputMetricDB
java.lang.Object
com.thalesgroup.dtkit.metrics.model.InputMetric
com.thalesgroup.dtkit.metrics.model.InputMetricXSL
com.thalesgroup.dtkit.ws.rs.model.InputMetricDB
- All Implemented Interfaces:
- java.io.Serializable
public class InputMetricDB
- extends com.thalesgroup.dtkit.metrics.model.InputMetricXSL
- See Also:
- Serialized Form
| Methods inherited from class com.thalesgroup.dtkit.metrics.model.InputMetricXSL |
convert, equals, getInputMetricType, getInputXsdClass, getInputXsdFileList, getInputXsdNameList, getListXsdInputStream, getOutputXsdNameList, getXslFile, getXslInputStream, getXslName, getXslResourceClass, hashCode, validateOutputFile |
| Methods inherited from class com.thalesgroup.dtkit.metrics.model.InputMetric |
getInputValidationErrors, getLabel, getOutputValidationErrors, getToolName, getToolType, getToolVersion, isDefault, setInputMetricType, setInputValidationErrors, setLabel, setOutputValidationErrors, setToolName, setToolType, setToolVersion |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
InputMetricDB
public InputMetricDB()
getId
public org.bson.types.ObjectId getId()
getXslContent
public java.lang.Object getXslContent()
setXslContent
public void setXslContent(java.lang.Object xslContent)
getXsdContent
public java.lang.Object getXsdContent()
setXsdContent
public void setXsdContent(java.lang.Object xsdContent)
getOutputFormat
public java.lang.String getOutputFormat()
setOutputFormat
public void setOutputFormat(java.lang.String outputFormat)
setOutputFormatType
public void setOutputFormatType(com.thalesgroup.dtkit.metrics.model.OutputMetric outputFormatType)
- Overrides:
setOutputFormatType in class com.thalesgroup.dtkit.metrics.model.InputMetric
getOutputFormatType
public com.thalesgroup.dtkit.metrics.model.OutputMetric getOutputFormatType()
- Overrides:
getOutputFormatType in class com.thalesgroup.dtkit.metrics.model.InputMetric
convert
public void convert(java.io.File inputFile,
java.io.File outFile)
throws com.thalesgroup.dtkit.util.converter.ConversionException
- Overrides:
convert in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
- Throws:
com.thalesgroup.dtkit.util.converter.ConversionException
validateInputFile
public boolean validateInputFile(java.io.File inputXMLFile)
throws com.thalesgroup.dtkit.util.validator.ValidationException
- Overrides:
validateInputFile in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
- Throws:
com.thalesgroup.dtkit.util.validator.ValidationException
Copyright © 2004-2011. All Rights Reserved.