Changes between Version 8 and Version 9 of metadataworkflow
- Timestamp:
- 12/12/11 07:10:02 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
metadataworkflow
v8 v9 40 40 * The second status change action is when a record is edited and saved by a user. The default action taken applies to any metadata record with status 'Approved' and resets the status to 'Draft' then removes the privileges for the !GeoNetwork group 'All'. 41 41 * These actions can be replaced with different behaviours by: 42 * writing Java code in the form of a new class that implements the interface defined in org.fao.geonet.services.metadata.!StatusActions.java and placing a compiled version of the class in the GeoNetwork class path42 * writing Java code in the form of a new class that implements the interface defined in org.fao.geonet.services.metadata.!StatusActions.java and placing a compiled version of the class in the !GeoNetwork class path 43 43 * defining the name of the new class in the statusActionsClass configuration parameter in WEB-INF/config.xml 44 44