|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.threadedservices.MonitoredTask org.dlese.dpc.schemedit.threadedservices.ThreadedService org.dlese.dpc.schemedit.threadedservices.ValidatingService
public class ValidatingService
Threaded Service for validating records.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.dlese.dpc.schemedit.threadedservices.ThreadedService |
---|
ThreadedService.SortReports |
Field Summary |
---|
Fields inherited from class org.dlese.dpc.schemedit.threadedservices.ThreadedService |
---|
dataStore, dcsDataManager, dcsSetInfo, debug, index, indexOnValidation, isProcessing, NUM_STATUS_MESSAGES, servletContext, sessionBean, statuses, stopProcessing, validateFiles |
Constructor Summary | |
---|---|
ValidatingService(ServletContext servletContext,
String validatingServiceDataDir)
Constructor for the ValidatingService object |
Method Summary | |
---|---|
ValidationReport |
getValidationReport()
Gets the validationReport attribute of the ValidatingService object |
protected static void |
prtln(String s)
Print a line to standard out. |
void |
validateRecords(DcsSetInfo dcsSetInfo,
String[] statuses,
SessionBean sessionBean)
NOT YET DOCUMENTED |
void |
validateRecords(DcsSetInfo dcsSetInfo,
String[] statuses,
SessionBean sessionBean,
boolean ignoreCachedValidation)
Validate a set of records in a separate thread. |
Methods inherited from class org.dlese.dpc.schemedit.threadedservices.ThreadedService |
---|
addStatusMessage, archiveServiceReport, buildQuery, clearServiceReport, clearStatusMessages, getArchivedReport, getArchivedReports, getDateStamp, getDocReader, getIdList, getIndexOnValidation, getIsProcessing, getServiceReport, getSessionId, getSimpleDateStamp, getStatusMessages, list2delimitedString, setDcsSetInfo, setIndexOnValidation, setServiceReport, setStatuses, setValidationEnabled, stopProcessing, validate, validationIsStale |
Methods inherited from class org.dlese.dpc.schemedit.threadedservices.MonitoredTask |
---|
getTaskProgress, setTaskProgress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatingService(ServletContext servletContext, String validatingServiceDataDir)
validatingServiceDataDir
- Description of the ParameterservletContext
- NOT YET DOCUMENTEDMethod Detail |
---|
public ValidationReport getValidationReport()
public void validateRecords(DcsSetInfo dcsSetInfo, String[] statuses, SessionBean sessionBean) throws ValidatingServiceException
dcsSetInfo
- NOT YET DOCUMENTEDstatuses
- NOT YET DOCUMENTEDsessionBean
- NOT YET DOCUMENTED
ValidatingServiceException
- NOT YET DOCUMENTEDpublic void validateRecords(DcsSetInfo dcsSetInfo, String[] statuses, SessionBean sessionBean, boolean ignoreCachedValidation) throws ValidatingServiceException
dcsSetInfo
- NOT YET DOCUMENTEDstatuses
- NOT YET DOCUMENTEDsessionBean
- NOT YET DOCUMENTEDignoreCachedValidation
- NOT YET DOCUMENTED
ValidatingServiceException
- NOT YET DOCUMENTEDprotected static void prtln(String s)
s
- The String to print.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |