|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationXValidate
The cross-validation service interface for operations. A class that implements this interface can be attached to an operation via the "xVal=" attribute tag.
Method Summary | |
---|---|
void |
validate(java.lang.String fullyQualifiedName,
DataField df,
Context ctxt)
Should contain the logic for the semantic validation based on business rules for a given field. |
java.lang.String[] |
xValidate(Context ctx)
Performs the operation cross-validation service |
Method Detail |
---|
java.lang.String[] xValidate(Context ctx)
void validate(java.lang.String fullyQualifiedName, DataField df, Context ctxt) throws DSETypeException
fullyQualifiedName
- java.lang.Stringdf
- com.ibm.btt.base.DataFieldcontext
- com.ibm.btt.base.Context
DSETypeException
- - If the field has not been successfully validated
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |