====== Preservation Job Parameters ======
==== Procedure to create a job ====
- Create a //Job Type// job or use the corresponding job created by //init// button
- Specify the parameters [**OPTIONAL**]
- Run it
==== Job Type ====
- ARCHIVE_CHECK => Run the archive check on all archives
- ARCHIVE_PRELOAD_BIG => Preload the archives bigger than 4GB to prepare DIP
- ARCHIVE_PRELOAD_SMALL => Preload the archives smaller than 4GB to prepare DIP
- CHECK_COMPLIANCE_LEVEL => coming soon
- CLEAN_SUBMISSION => Purge deposits & SIP when archives are completed and replicated based on submission policy
- SIMPLE_CLEAN_SUBMISSION => Purge deposits & SIP when archives are completed without checking replication based on submission policy
- DISPOSAL => Trigger the disposal process
- FIXITY => Run the fixity check for all archives
- METADATA_MIGRATION => Metadata Version Upgrade
- PURGE_ORDER => Purge order data when order completed
- PURGE_SUBMISSION_TEMP_FILES => Purge temporary files of submission process
- REINDEX => Re-index all archives on main storage
- REINDEX_ALL => Re-index all archives on all storages
- RELOAD => Reload all archives from the storage
- RELOAD_INGEST => Reload all SIP & deposits from the archives
- REPLICATION => Run the replication process on different storage nodes
- REPLICATION_CHECK => Run the replication check on all archives
==== Job Recurrence ====
- ONCE => Once
- DAILY => Daily
- MONTHLY => Monthly
- WEEKLY => Weekly
- YEARLY => Yearly
==== Enabled/Disabled Job ====
Enable or disable the preservation job.
==== Maximun Items ====
* 0 => No limit
* /number//> => The job runs until it has been processed //number// items.
==== Job Parameters ====
The format of job parameters is
param1=value1¶m2=value2&...¶mN=valueN
//Examples (not exhaustive list)//:
* To filter on metadata version: info.metadataVersion=
* To filter on org. unit: info.organizationalUnitId=
* To filter on archive size: archiveSize=
* To filter on archive unit: archivalUnit=true
* To filter on archive size up to 1GB: archiveSize=1073741824
* To sort by last archiving: sort=lastArchiving,desc
* To sort by last modification: sort=lastUpdate.when,desc
* To sort by size: sort=archiveSize,asc
* To sort by file number: sort=archiveFileNumber,asc
* To sort by last fixity check: sort=checksumCheck.checkDate,asc
* To mix several criterion: archiveSize=1073741824&sort=lastArchiving,asc
* Etc...