com.thalesgroup.dtkit.ws.rs.model
Class InputMetricDB

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.model.InputMetric
      extended by com.thalesgroup.dtkit.metrics.model.InputMetricXSL
          extended by 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

Constructor Summary
InputMetricDB()
           
 
Method Summary
 void convert(java.io.File inputFile, java.io.File outFile)
           
 org.bson.types.ObjectId getId()
           
 java.lang.String getOutputFormat()
           
 com.thalesgroup.dtkit.metrics.model.OutputMetric getOutputFormatType()
           
 java.lang.Object getXsdContent()
           
 java.lang.Object getXslContent()
           
 void setOutputFormat(java.lang.String outputFormat)
           
 void setOutputFormatType(com.thalesgroup.dtkit.metrics.model.OutputMetric outputFormatType)
           
 void setXsdContent(java.lang.Object xsdContent)
           
 void setXslContent(java.lang.Object xslContent)
           
 boolean validateInputFile(java.io.File inputXMLFile)
           
 
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
 

Constructor Detail

InputMetricDB

public InputMetricDB()
Method Detail

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.