Package | Description |
---|---|
pt.ptcris.utils |
Modifier and Type | Field | Description |
---|---|---|
ExternalIdsDiff |
UpdateRecord.eidsDiff |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<E,ExternalIdsDiff> |
ORCIDHelper.getSelfExternalIdsDiffS(S summary,
java.util.Collection<E> activities) |
Calculates the symmetric difference of self
external
identifiers between an activity summary and a set of activities. |
Modifier and Type | Method | Description |
---|---|---|
org.um.dsi.gavea.orcid.model.funding.Funding |
ORCIDFundingHelper.createUpdate(org.um.dsi.gavea.orcid.model.funding.Funding original,
ExternalIdsDiff diff) |
Creates an update to an activity given the difference on meta-data.
|
abstract E |
ORCIDHelper.createUpdate(E original,
ExternalIdsDiff diff) |
Creates an update to an activity given the difference on meta-data.
|
org.um.dsi.gavea.orcid.model.work.Work |
ORCIDWorkHelper.createUpdate(org.um.dsi.gavea.orcid.model.work.Work original,
ExternalIdsDiff diff) |
Creates an update to an activity given the difference on meta-data.
|
Constructor | Description |
---|---|
UpdateRecord(E preActivity,
S posActivity,
ExternalIdsDiff eidsDiff) |
Constructs an object containing two versions of an activity and the
difference between their
external identifiers . |