Attribute |
Details |
private static const Format ARXIV_FORMAT |
Initial: new Format("arxiv", "application/xml", "utf-8")
|
private static const Format BIBTEX_FORMAT |
Initial: new Format("bibtex", "text/plain", "utf-8")
|
private DuplicateStrategy duplicateStrategy |
|
private static const Format EDOC_FORMAT |
Initial: new Format("edoc", "application/xml", "utf-8")
|
private static const Format ENDNOTE_FORMAT |
Initial: new Format("endnote", "text/plain", "utf-8")
|
private static const Format ESCIDOC_FORMAT |
Initial: new Format("eSciDoc-publication-item", "application/xml", "utf-8")
|
private ContextRO escidocContext |
|
private boolean failed |
Initial: false
|
private String fileName |
|
private Format format |
|
private FormatProcessor formatProcessor |
|
private InputStream inputStream |
|
private String itemContentModel |
|
private ItemValidating itemValidating |
|
private ImportLog log |
|
private static const Logger logger |
Initial: Logger.getLogger(ImportProcess.class)
|
private String name |
|
private PubItemDepositing pubItemDepositing |
|
private static const Format RIS_FORMAT |
Initial: new Format("ris", "text/plain", "utf-8")
|
private boolean rollback |
|
private Search search |
|
private Transformation transformation |
|
private AccountUserVO user |
|
private ValidationTransforming validationTransforming |
|
private static const Format WOS_FORMAT |
Initial: new Format("wos", "text/plain", "utf-8")
|
private XmlTransforming xmlTransforming |
|