Quote purging object model

The following diagram shows some of the objects and properties related to quote purging.



In the default configuration, quote purging purges submission and policy change job subtypes.

If the DoNotDestroy flag on Policy is true, then quote purging does not purge the Job associated with this Policy or prune PolicyPeriod objects.

If the DoNotDestroy flag on PolicyPeriod is true, then quote purging does not prune this PolicyPeriod.

You can manage the DoNotDestroy property in Gosu code and in the PurgeAPI web service. To set the DoNotDestroy property, you must have the Enable purging for a policy period and Disable purging for a policy period permissions. The codes for these permissions are purgeenable and purgedisable, respectively.

See also