This interface provides access to validation and transformation maps. There are three methods, as follows:
Method
getFromValidationMap
Method description
Retrieves the appropriate From validation map
Syntax
public byte[] getFromValidationMap(Context context, BusinessDocumentInterface document)
Parameters
Method
getToValidationMap
Method description
Retrieves the appropriate To validation map
Syntax
public byte[] getToValidationMap(Context context, BusinessDocumentInterface document)
Parameters
Method
getTransformationMap
Method description
Retrieves the appropriate transformation map
Syntax
public byte[] getTransformationMap(Context context, BusinessDocumentInterface document)
Parameters