|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String[] xValidate(Context ctx)
public void validate(java.lang.String fullyQualifiedName, DataField df, Context ctxt) throws DSETypeException
fullyQualifiedName
- java.lang.Stringdf
- com.ibm.dse.base.DataField
DSETypeException
- - If the field has not been successfully validated
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |