Package | Description |
---|---|
pt.ptcris | |
pt.ptcris.test |
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.
|
static java.lang.Integer |
PTCRISync.importCounter(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
Counts new valid works in an ORCID profile given a set of known local
CRIS productions, following the criteria of
PTCRISync.importWorks(ORCIDClient, List, ProgressHandler) . |
static java.util.Map<org.um.dsi.gavea.orcid.model.work.Work,java.util.Set<java.lang.String>> |
PTCRISync.importInvalid(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
Discovers new invalid works (that do not pass the quality criteria) in an
ORCID profile given a set of known local CRIS productions, as well as the
causes for invalidity (defined at
ORCIDHelper ). |
static java.util.List<org.um.dsi.gavea.orcid.model.work.Work> |
PTCRISync.importUpdates(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
Discovers updates to existing local CRIS productions in an ORCID profile.
|
static java.util.List<org.um.dsi.gavea.orcid.model.work.Work> |
PTCRISync.importWorks(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> localWorks,
ProgressHandler handler)
Discovers new valid works in an ORCID profile given a set of known local
CRIS productions.
|
Modifier and Type | Class and Description |
---|---|
class |
Tester
A simple implementation of the progress handler to log the execution of
PTCRISync procedures.
|
Modifier and Type | Method and Description |
---|---|
static ProgressHandler |
TestHelper.handler() |