Adapt offline processors

The example Modify offline documents shows how to adapt Excel documents from offline processing, which were created by the report engine. It is also possible to generate Excel files in a completely different way or use other document formats by replacing the default offline processors by a custom implementation that generates such documents, extracts changes made by the offline editor, and re-imports the changes into ARIS Risk & Compliance Manager. These classes must implement the ICheckOutProcessor or ICheckInProcessor interface and can then be incorporated into a custom.xml with the XML fragment below:

<processors>

<checkOut>

<checkOutProcessor

format="PDF"

clsName="com.idsscheer.webapps.arcm.bl.offlineprocessing.processors.MyCustomPDFCheckOutProcessor"/>

<checkIn>

<checkInProcessor format=" PDF " clsName="com.idsscheer.webapps.arcm.bl.offlineprocessing.processors. MyCustomPDFCheckInProcessor "/>

</checkIn>

</processors>