Difference between revisions of "Document Expiration"
Line 2: | Line 2: | ||
Document expiration is a notification system alert which can be used to advice users nearly document expiration and expired documents. Notification messages can be configured by administration parameters. | Document expiration is a notification system alert which can be used to advice users nearly document expiration and expired documents. Notification messages can be configured by administration parameters. | ||
− | Document expiration is based in metadata and | + | Document expiration is based in metadata, crontab features and report features. |
=== Metadata === | === Metadata === | ||
Line 22: | Line 22: | ||
=== Crontab === | === Crontab === | ||
− | |||
There are three crontab task: | There are three crontab task: | ||
Line 33: | Line 32: | ||
* Crontab ExpirationNotificationation.jar task task is used to send notification to user groups linked with notify expiration select multiple. | * Crontab ExpirationNotificationation.jar task task is used to send notification to user groups linked with notify expiration select multiple. | ||
+ | |||
+ | === Reports === | ||
+ | There are three reports, valid, pending to expiration and expired document reports. | ||
+ | |||
+ | [[File:Document_expiration_003.png|center]] | ||
[[Category: User Guide]] | [[Category: User Guide]] |
Revision as of 10:24, 3 May 2012
Document expiration
Document expiration is a notification system alert which can be used to advice users nearly document expiration and expired documents. Notification messages can be configured by administration parameters.
Document expiration is based in metadata, crontab features and report features.
Metadata
Document expiration has this metadata definition:
Document expiration metadata state has tree values:
- Notification
- Valid
- Expired
Notification indicates document is pending send mail to users indicating new document with expiration dates.
Valid indicates the document is valid.
Expired indicates the document has been expired.
Each state can have sevaral notification groups. Each notification group can has one or more users. Which user groups configuration from administration can be defined any type of associations grouping users.
Crontab
There are three crontab task:
- Crontab InitialNotificationation.jar task is used to send notification to user groups linked with notify select multiple.
- Crontab AlertExpirationNotificationation.jar task is used to send notification to user groups linked with notify nearly expiration select multiple.
- Crontab ExpirationNotificationation.jar task task is used to send notification to user groups linked with notify expiration select multiple.
Reports
There are three reports, valid, pending to expiration and expired document reports.