Sample extracter override to add an additional mapping from user-defined field 'user1' on the OpenDocument extracter.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5692 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-05-16 13:57:56 +00:00
parent f03f95325a
commit e83bbf8131
3 changed files with 33 additions and 7 deletions

View File

@@ -57,9 +57,11 @@ import com.catcode.odf.OpenDocumentMetadata;
* <b>printedBy:</b>
* <b>subject:</b>
* <b>title:</b> -- cm:title
* <b>All user properties</b>
* </pre>
*
* @author Antti Jokipii
* @author Derek Hulley
*/
public class OpenDocumentMetadataExtracter extends AbstractMappingMetadataExtracter
{