|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines methods that can be called from the WfDefinitionHandler.
Supported API: false
Extendable: false
Method Summary | |
void |
postProcessAssertion(Assertion asser)
Given a BatchContainer assertion, perform the post-processing validation on the target object/type of assertion. |
void |
postValidateAssertion(Assertion asser)
Given a BatchContainer assertion, perform the post validation on the target object/type of assertion. |
void |
preValidateAssertion(Assertion asser)
Given a BatchContainer Assertion, perform the pre-processing validation on the target object/type of assertion. |
void |
processAssertion(Assertion asser)
Given a BatchContainer Assertion, process the assertion Supported API: false |
Method Detail |
public void preValidateAssertion(Assertion asser) throws WfException, WTException
asser
- the BatchContainer assertion to be processed
WfException
WTException
public void processAssertion(Assertion asser) throws WfException, WTException
asser
- the BatchContainer assertion to be procesed
WfException
WTException
public void postValidateAssertion(Assertion asser) throws WfException, WTException
asser
- the BatchContainer assertion to be processed
WfException
WTException
public void postProcessAssertion(Assertion asser) throws WfException, WTException
asser
- the BatchContainer assertion to be processed
WfException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |