com.thalesgroup.dtkit.ws.rs.dao
Interface InputMetricDAO

All Known Implementing Classes:
InputMetricEmbeddedDAO, InputMetricMongoDAO

public interface InputMetricDAO


Method Summary
 void delete(java.lang.String name, java.lang.String version, com.thalesgroup.dtkit.metrics.model.InputType toolType, com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
           
 long getCount()
           
 java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetric(InputMetricSelector inputMetricSelector)
           
 java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetrics()
           
 byte[] getXSD(InputMetricSelector inputMetricSelector)
           
 void insert(java.lang.String name, java.lang.String version, com.thalesgroup.dtkit.metrics.model.InputType toolType, java.io.File xsl, java.io.File xsd, com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
           
 boolean isPersistenceStore()
           
 

Method Detail

insert

void insert(java.lang.String name,
            java.lang.String version,
            com.thalesgroup.dtkit.metrics.model.InputType toolType,
            java.io.File xsl,
            java.io.File xsd,
            com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)

delete

void delete(java.lang.String name,
            java.lang.String version,
            com.thalesgroup.dtkit.metrics.model.InputType toolType,
            com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)

getCount

long getCount()

getInputMetric

java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetric(InputMetricSelector inputMetricSelector)

getInputMetrics

java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetrics()

getXSD

byte[] getXSD(InputMetricSelector inputMetricSelector)

isPersistenceStore

boolean isPersistenceStore()


Copyright © 2004-2011. All Rights Reserved.