Difference between revisions of "EPrint Object"
(→Built in Fields) |
|||
Line 27: | Line 27: | ||
* latitude ([[float field]]) | * latitude ([[float field]]) | ||
* longitude ([[float field]]) | * longitude ([[float field]]) | ||
+ | |||
+ | === Local Fields === | ||
+ | |||
+ | EPrint objects have many more fields, which are defined in [[eprint_fields.pl]] | ||
+ | |||
+ | == Related configuration files == | ||
+ | |||
+ | * '''[[eprint_fields.pl]]''' - | ||
+ | * '''[[eprint_fields_automatic.pl]]''' - | ||
+ | * '''[[eprint_fields_default.pl]]''' - | ||
+ | * '''[[eprint_render.pl]]''' - | ||
+ | * '''[[eprint_validate.pl]]''' - | ||
+ | * '''[[eprint_warnings.pl]]''' - | ||
+ | * [[Archives/ARCHIVEID/cfg/workflows/eprint/]] | ||
+ | * [[Archives/ARCHIVEID/cfg/namedsets/]]eprint | ||
+ | * [[Archives/ARCHIVEID/cfg/lang/en/phrases/]] | ||
+ | ** eprint_fields.xml - names, help text and names for options (in set fields) of fields in the EPrint Object. | ||
+ | ** eprint_order.xml - human readable rendering of the allowed orderings of search results for eprint searches. | ||
+ | ** eprint_types.xml - name and description of each of the eprint types. |
Revision as of 17:15, 5 January 2007
Data Object representing a single EPrint record.
It belongs to the "eprint" dataset.
In the API it is represented as an instace of EPrints::DataObj::EPrint
Metadata Fields
Built in Fields
- eprintid (int field)
- rev_number (int field)
- documents (multiple subobject field)
- eprint_status (set field) options are inbox|buffer|archive|deletion
- userid (itemref field)
- dir (text field)
- datestamp (time field)
- lastmod (time field)
- status_changed (time field)
- type (namedset field) namedset "eprint"
- succeeds (itemref field)
- commentary (itemref field)
- replacedby (itemref field
- metadata_visibility (set field) options are show|no_search (show is default)
- contact_email (email field)
- fileinfo (longtext field)
- latitude (float field)
- longitude (float field)
Local Fields
EPrint objects have many more fields, which are defined in eprint_fields.pl
Related configuration files
- eprint_fields.pl -
- eprint_fields_automatic.pl -
- eprint_fields_default.pl -
- eprint_render.pl -
- eprint_validate.pl -
- eprint_warnings.pl -
- Archives/ARCHIVEID/cfg/workflows/eprint/
- Archives/ARCHIVEID/cfg/namedsets/eprint
- Archives/ARCHIVEID/cfg/lang/en/phrases/
- eprint_fields.xml - names, help text and names for options (in set fields) of fields in the EPrint Object.
- eprint_order.xml - human readable rendering of the allowed orderings of search results for eprint searches.
- eprint_types.xml - name and description of each of the eprint types.