IQAImageMutator methods

The interface com.ibm.icpcs.gatewayserver.iqa.IQAImageMutator provides the setImageView and getOrigType54 methods. It also provides valid constants to pass as the arguments.
setImageView(int format, int compressionAlgorithm, int type, int side, byte[] imageData)
This method allows IQA user exits to store new image view data. It accepts as parameters the format of the view, the compression algorithm, image view type (black and white or gray scale), side (front or back), and an image data byte array.

If an IQA user exit wishes to replace a gray scale view with a black and white view, it must add the black and white view before removing the gray scale view. To remove a view, pass the image view type and side arguments for the view and pass null for the imageData argument.

getOrigType54(int type, int side)
This method returns the original type 54 records from an incoming transmission to the IQA user exits.