|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessCheck
Interface which has to be implemented by all verification classes that have to be used during an execution of a chained Silverpeas processes.
Method Summary | |
---|---|
void |
check(ProcessExecutionContext processExecutionProcess)
Contains the treatment of the verification. |
ProcessCheckType |
getType()
Gets the type of the check |
void |
register()
This method have to be annoted by @PostConstruct. |
void |
unregister()
This method have to be annoted by @PreDestroy. |
Method Detail |
---|
ProcessCheckType getType()
void register()
ProcessCheckRegistration
.
void unregister()
ProcessCheckRegistration
.
void check(ProcessExecutionContext processExecutionProcess) throws Exception
processExecutionProcess
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |