5.4.5  User-Defined Archive

You can customize archiving in three ways:

Use standard data archiving mechanisms provided by Style Intelligence, but customize the storage of the archive files. Choose 'User Defined' under the 'Archive Storage' heading and then choose 'Storage Class' from the radio button below. Enter the fully qualified name of your custom storage class. The custom storage class must implement one of the following interfaces:

inetsoft.sree.store.DataStorage

inetsoft.sree.store.VersionedStorage

Customize the data archiving mechanism but use the standard storage mechanisms provided by InetSoft. Choose 'User Defined' under the 'Archive Storage' heading and then choose 'Archive Class' from the radio button below. Enter the fully qualified name of your custom archive class. The custom storage class must extend one of the following classes, classes depending on the type of standard storage you would like to use:

inetsoft.sree.store.impl.DefaultReportArchive

inetsoft.sree.store.DefaultVersionedArchive

Customize both the data archiving mechanism and the storage of archived files. Choose 'User Defined' under the 'Archive Storage' heading and then choose 'Archive Class' from the radio button below. Enter the fully qualified name of your custom archive class. The custom storage class must extend the inetsoft.sree.store.impl.DefaultReportArchive class. Override the getStorageClass() method to return the fully qualified class name of your custom storage class. The custom storage class must implement one of the following interfaces:

inetsoft.sree.store.DataStorage

inetsoft.sree.store.VersionedStorage

Refer to the product API documentation for more details on the custom Archive Classes and Interfaces.

<< 5.4.4 CVS Archive © 1996-2013 InetSoft Technology Corporation (v11.5) 5.4.6 Archived Reports >>