Difference between revisions of "Import Object"
(Added Import object page) |
m |
||
Line 8: | Line 8: | ||
<tr><td>datestamp</td><td>[[timestamp field]]</td><td>The time the Import Object was created.</td></tr> | <tr><td>datestamp</td><td>[[timestamp field]]</td><td>The time the Import Object was created.</td></tr> | ||
<tr><td>userid</td><td>[[itemref field]]</td><td>the user responsible for causing the import.</td></tr> | <tr><td>userid</td><td>[[itemref field]]</td><td>the user responsible for causing the import.</td></tr> | ||
− | <tr><td>source_repository</td><td>[[ | + | <tr><td>source_repository</td><td>[[text field]]</td><td>Source entity from which this import came.</td></tr> |
<tr><td>url</td><td>[[longtext field]]</td><td>Location of the imported content (e.g. the file name). | <tr><td>url</td><td>[[longtext field]]</td><td>Location of the imported content (e.g. the file name). | ||
</td></tr> | </td></tr> | ||
<tr><td>description</td><td>[[longtext field]]</td><td>Human-readable description of the import.</td></tr> | <tr><td>description</td><td>[[longtext field]]</td><td>Human-readable description of the import.</td></tr> | ||
<tr><td>last_run</td><td>[[time field]]</td><td>Time the import was last started.</td></tr> | <tr><td>last_run</td><td>[[time field]]</td><td>Time the import was last started.</td></tr> | ||
− | <tr><td>last_success</td><td>[[ | + | <tr><td>last_success</td><td>[[time field]]</td><td>Time the import was last successfully completed.</td></tr> |
</table> | </table> |
Latest revision as of 00:09, 15 February 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Data Objects: Access - Document - EPrint - Event Queue - File - History - Import - Login Ticket - Request - Saved Search - Subject - User
Built in Fields
Field Name | Type | Description |
---|---|---|
importid | int field | The ID number of this Import Object (unique within a single repository) |
datestamp | timestamp field | The time the Import Object was created. |
userid | itemref field | the user responsible for causing the import. |
source_repository | text field | Source entity from which this import came. |
url | longtext field | Location of the imported content (e.g. the file name). |
description | longtext field | Human-readable description of the import. |
last_run | time field | Time the import was last started. |
last_success | time field | Time the import was last successfully completed. |