com.ibm.btt.automaton.html
Interface ProcessorXValidate
- All Superinterfaces:
- OperationXValidate
- All Known Implementing Classes:
- HtmlProcessorXValidate
public interface ProcessorXValidate
- extends OperationXValidate
Abstract definition of a validator class. It extends the behaviour of
OperationXValidate, to support data validation for processors.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String[] |
xValidate(Context context,
java.lang.String transitionName)
This method should contain the logic for validating data passed in the
context supplied as argument. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
xValidate
java.lang.String[] xValidate(Context context,
java.lang.String transitionName)
throws java.lang.Exception
- This method should contain the logic for validating data passed in the
context supplied as argument. Several different contexes can be passed in
to this method, and implementors should decide what validation to do
based on the string argument.
- Parameters:
context
- com.ibm.btt.base.ContexttransitionName
- java.lang.String
- Returns:
- java.lang.String[]
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2009