Class AbstractDataProcessCheck
- java.lang.Object
-
- org.silverpeas.core.process.check.AbstractProcessCheck
-
- org.silverpeas.core.process.management.AbstractDataProcessCheck
-
- All Implemented Interfaces:
Initialization
,ProcessCheck
public abstract class AbstractDataProcessCheck extends AbstractProcessCheck
Abstract extension ofAbstractProcessCheck
oriented on data verifications.- Author:
- Yohann Chastagnier
- See Also:
AbstractProcessCheck
-
-
Constructor Summary
Constructors Constructor Description AbstractDataProcessCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessCheckType
getType()
Gets the type of the check-
Methods inherited from class org.silverpeas.core.process.check.AbstractProcessCheck
init, release
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority
-
Methods inherited from interface org.silverpeas.core.process.check.ProcessCheck
check
-
-
-
-
Method Detail
-
getType
public ProcessCheckType getType()
Description copied from interface:ProcessCheck
Gets the type of the check- Returns:
- the type of check.
-
-