Difference between revisions of "Import Object"

From EPrints Documentation
Jump to: navigation, search
(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>[[textfield]]</td><td>Source entity from which this import came.</td></tr>
+
<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>[[timefield]]</td><td>Time the import was last successfully completed.</td></tr>
+
<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 NameTypeDescription
importidint fieldThe ID number of this Import Object (unique within a single repository)
datestamptimestamp fieldThe time the Import Object was created.
useriditemref fieldthe user responsible for causing the import.
source_repositorytext fieldSource entity from which this import came.
urllongtext fieldLocation of the imported content (e.g. the file name).
descriptionlongtext fieldHuman-readable description of the import.
last_runtime fieldTime the import was last started.
last_successtime fieldTime the import was last successfully completed.