ch.systemsx.cisd.openbis.dss.generic.shared.utils
Class DataSetAndPathInfoDBConsistencyChecker
java.lang.Object
ch.systemsx.cisd.openbis.dss.generic.shared.utils.DataSetAndPathInfoDBConsistencyChecker
public class DataSetAndPathInfoDBConsistencyChecker
- extends java.lang.Object
Constructor Summary |
DataSetAndPathInfoDBConsistencyChecker(ch.systemsx.cisd.openbis.dss.generic.shared.IHierarchicalContentProvider fileProvider,
ch.systemsx.cisd.openbis.dss.generic.shared.IHierarchicalContentProvider pathInfoProvider)
|
Method Summary |
void |
check(java.util.List<? extends ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation> datasets)
|
java.lang.String |
createReport()
|
ch.systemsx.cisd.openbis.dss.generic.shared.ProcessingStatus |
getStatus()
|
boolean |
noErrorAndInconsitencyFound()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetAndPathInfoDBConsistencyChecker
public DataSetAndPathInfoDBConsistencyChecker(ch.systemsx.cisd.openbis.dss.generic.shared.IHierarchicalContentProvider fileProvider,
ch.systemsx.cisd.openbis.dss.generic.shared.IHierarchicalContentProvider pathInfoProvider)
check
public void check(java.util.List<? extends ch.systemsx.cisd.openbis.generic.shared.basic.dto.IDatasetLocation> datasets)
getStatus
public ch.systemsx.cisd.openbis.dss.generic.shared.ProcessingStatus getStatus()
noErrorAndInconsitencyFound
public boolean noErrorAndInconsitencyFound()
createReport
public java.lang.String createReport()