Changes between Version 16 and Version 17 of metadataworkflow
- Timestamp:
- 12/12/11 17:53:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
metadataworkflow
v16 v17 34 34 35 35 * a status value for any metadata record describing its current state in a lifecycle that ranges from 'Draft' or 'Unknown' through 'Submitted', 'Approved', 'Rejected' and 'Retired'. All status changes are kept in the !MetadataStatus table with the most recent status change being the current status. These states are localized and extra states can be added by adding additional status values to the '!StatusValues' and '!StatusValuesDes' tables. 36 * Users with different profiles can set the status on one record through the 'Other Actions' menu [[Image(status-actions.png)]] 37 or any number of selected records through the 'Actions on selected records' menu. [[Image(status-actions-selected.png)]] 36 * Users with different profiles can set the status on one record through the 'Other Actions' menu 37 38 [[Image(status-actions.png)]] 39 40 or any number of selected records through the 'Actions on selected records' menu. 41 42 [[Image(status-actions-selected.png)]] 43 44 The status set interface looks like the following: 45 46 [[Image(status-interface.png)]] 47 38 48 * A default pair of metadata status change actions defined in Java - see the class org.fao.geonet.services.metadata.!DefaultStatusActions.java 39 49 * The first change action is called when a status change is required. The default action taken depends on the status change taking place: