Developing a custom application for the ViewONE Permanent Redaction Server Module

You can use the ViewONE Permanent Redaction Server Module Java™ API to set up batch or automated processing of redacted documents. In addition, you can use the API without a client or servlet to produce redacted documents on demand by using your own template scheme.

Procedure

To create a custom application for the module:

  1. Construct an instance of the ji.burn.jiBurner class.

    In a multithreaded environment such as a servlet, you must construct a separate jiBurner object for each thread.

  2. Call the necessary methods on the jiBurner object.
  3. Call the releaseResources(). When you are finished using the jiBurner object, you must call the releaseResources() method to enable any remaining resources to proceed and any remaining threads to finish executing.
    Important: Do not make further method calls on the jiBurner object after you call the releaseResources() method. Such calls can result in unexpected behavior.