Package | Description |
---|---|
pt.ptcris | |
pt.ptcris.utils |
Modifier and Type | Method | Description |
---|---|---|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClient.addFunding(org.um.dsi.gavea.orcid.model.funding.Funding funding) |
Adds a new funding entry to the ORCID profile and returns the assigned
put-code.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClientImpl.addFunding(org.um.dsi.gavea.orcid.model.funding.Funding fund) |
Adds a new funding entry to the ORCID profile and returns the assigned
put-code.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClient.addWork(org.um.dsi.gavea.orcid.model.work.Work work) |
Adds a new work to the ORCID profile and returns the assigned put-code.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClientImpl.addWork(org.um.dsi.gavea.orcid.model.work.Work work) |
Adds a new work to the ORCID profile and returns the assigned put-code.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClient.deleteFunding(java.math.BigInteger putcode) |
Deletes a funding entry from the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClientImpl.deleteFunding(java.math.BigInteger putcode) |
Deletes a funding entry from the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClient.deleteWork(java.math.BigInteger putcode) |
Deletes a work from the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClientImpl.deleteWork(java.math.BigInteger putcode) |
Deletes a work from the ORCID profile.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.fail(org.um.dsi.gavea.orcid.client.exception.OrcidClientException exception) |
Creates message reporting a failure at the ORCID API level.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClient.getFunding(org.um.dsi.gavea.orcid.model.funding.FundingSummary summary) |
Retrieves a complete funding entry from the ORCID profile (as opposed to
only its summary).
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClientImpl.getFunding(org.um.dsi.gavea.orcid.model.funding.FundingSummary putcode) |
Retrieves a complete funding entry from the ORCID profile (as opposed to
only its summary).
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClient.getWork(org.um.dsi.gavea.orcid.model.work.WorkSummary summary) |
Retrieves a complete work from the ORCID profile (as opposed to only its
summary).
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClientImpl.getWork(org.um.dsi.gavea.orcid.model.work.WorkSummary putcode) |
Retrieves a complete work from the ORCID profile (as opposed to only its
summary).
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.invalid(InvalidActivityException exception) |
Creates message reporting an invalid activity.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.ok_add(java.math.BigInteger putcode) |
Creates a successful "add" message with the assigned put-code.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.ok_del() |
Creates a successful "delete" message.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.ok_get(java.math.BigInteger putcode,
E element) |
Creates a successful "get" message with the assigned put-code.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.ok_upd() |
Creates a successful "update" message.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClient.updateFunding(java.math.BigInteger putcode,
org.um.dsi.gavea.orcid.model.funding.Funding funding) |
Updates a funding entry in the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding> |
ORCIDClientImpl.updateFunding(java.math.BigInteger putcode,
org.um.dsi.gavea.orcid.model.funding.Funding work) |
Updates a funding entry in the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClient.updateWork(java.math.BigInteger putcode,
org.um.dsi.gavea.orcid.model.work.Work work) |
Updates a work in the ORCID profile.
|
PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work> |
ORCIDClientImpl.updateWork(java.math.BigInteger putcode,
org.um.dsi.gavea.orcid.model.work.Work work) |
Updates a work in the ORCID profile.
|
static <E extends org.um.dsi.gavea.orcid.model.common.ElementSummary> |
PTCRISyncResult.uptodate() |
Creates an "already up-to-date" message.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
ORCIDClient.addWorks(java.util.List<org.um.dsi.gavea.orcid.model.work.Work> works) |
Adds a list of new works to the ORCID profile.
|
java.util.List<PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
ORCIDClientImpl.addWorks(java.util.List<org.um.dsi.gavea.orcid.model.work.Work> works) |
Adds a list of new works to the ORCID profile.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
PTCRISync.export(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> locals,
ProgressHandler handler) |
Deprecated.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
PTCRISync.exportForce(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> locals,
ProgressHandler handler) |
Deprecated.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.funding.Funding>> |
PTCRISync.exportFundings(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.funding.Funding> locals,
java.util.Collection<org.um.dsi.gavea.orcid.model.funding.FundingType> types,
ProgressHandler handler) |
Exports a list of local CRIS funding entries to an ORCID profile and
keeps them up-to-date.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
PTCRISync.exportWorks(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> locals,
ProgressHandler handler) |
Exports a list of local CRIS productions to an ORCID profile and keeps
them up-to-date.
|
static java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
PTCRISync.exportWorksForced(ORCIDClient client,
java.util.List<org.um.dsi.gavea.orcid.model.work.Work> locals,
ProgressHandler handler) |
Exports a list of local CRIS productions to an ORCID profile and keeps
them up-to-date.
|
java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
ORCIDClient.getWorks(java.util.List<org.um.dsi.gavea.orcid.model.work.WorkSummary> summaries) |
Retrieves a list of complete work from the ORCID profile (as opposed to
only their summaries).
|
java.util.Map<java.math.BigInteger,PTCRISyncResult<org.um.dsi.gavea.orcid.model.work.Work>> |
ORCIDClientImpl.getWorks(java.util.List<org.um.dsi.gavea.orcid.model.work.WorkSummary> summaries) |
Retrieves a list of complete work from the ORCID profile (as opposed to
only their summaries).
|
Modifier and Type | Method | Description |
---|---|---|
PTCRISyncResult<E> |
ORCIDHelper.delete(java.math.BigInteger putcode) |
Synchronously deletes an activity from an ORCID profile.
|
PTCRISyncResult<E> |
ORCIDHelper.update(java.math.BigInteger remotePutcode,
E updated) |
Synchronously updates an activity to an ORCID profile.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PTCRISyncResult<E>> |
ORCIDHelper.add(java.util.List<E> activities,
ProgressHandler handler) |
Synchronously adds a list of activities to an ORCID profile, either
through atomic or bulk calls if available.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ORCIDHelper.getFulls(java.util.List<S> summaries,
java.util.Map<java.math.BigInteger,PTCRISyncResult<E>> cb,
ProgressHandler handler) |
Reads a full ORCID activity from an ORCID profile and adds it to a
callback map.
|