Package | Description |
---|---|
pt.ptcris |
Modifier and Type | Field and Description |
---|---|
static PTCRISyncResult |
PTCRISyncResult.OK_ADD_RESULT
Creates a successful "add" message.
|
static PTCRISyncResult |
PTCRISyncResult.OK_UPD_RESULT
Creates a successful "update" message.
|
static PTCRISyncResult |
PTCRISyncResult.UPTODATE_RESULT
Creates an "already up-to-date" message.
|
Modifier and Type | Method and Description |
---|---|
static PTCRISyncResult |
PTCRISyncResult.fail(org.um.dsi.gavea.orcid.client.exception.OrcidClientException exception)
Creates message reporting a failure at the ORCID API level.
|
static PTCRISyncResult |
PTCRISyncResult.invalid(InvalidWorkException exception)
Creates message reporting an invalid work.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.math.BigInteger,PTCRISyncResult> |
PTCRISync.export(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
A version of the export procedure that tests whether the meta-data is
up-to-date prior to updating a work in ORCID.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult> |
PTCRISync.exportForce(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
A version of the export procedure that forces the update of the CRIS
sourced works at ORCID, even if they are already up-to-date.
|