- getActivitiesSummary() - Method in interface pt.ptcris.ORCIDClient
-
Retrieves every activity summary from the ORCID profile.
- getActivitiesSummary() - Method in class pt.ptcris.ORCIDClientImpl
-
Retrieves every activity summary from the ORCID profile.
- getActivityLocalKey(ElementSummary) - Static method in class pt.ptcris.utils.ORCIDHelper
-
Retrieves the local key of an activity, currently assumed to be stored in
the put-code field.
- getAllWorkSummaries() - Method in class pt.ptcris.utils.ORCIDHelper
-
Retrieves the entire set of work summaries from the set ORCID profile
that have at least an external identifier set.
- getClientId() - Method in interface pt.ptcris.ORCIDClient
-
Returns the Member API client id that will commit the changes (i.e., the
works' source).
- getClientId() - Method in class pt.ptcris.ORCIDClientImpl
-
Returns the Member API client id that will commit the changes (i.e., the
works' source).
- getCRISClient(TestClients.Profile) - Static method in class pt.ptcris.test.TestClients
-
Retrieves an ORCID client for a given user profile using the local CRIS
Member API client id.
- getExternalClient(TestClients.Profile) - Static method in class pt.ptcris.test.TestClients
-
Retrieves an ORCID client for a given user profile using the a Member API
client id that is not the local CRIS (used to simulate an external
source).
- getExternalIdsDiff(WorkSummary, Collection<Work>) - Static method in class pt.ptcris.utils.ORCIDHelper
-
Calculates the symmetric difference of external
identifiers
between a work and a set of works.
- getFullWork(WorkSummary, Map<BigInteger, Object>) - Method in class pt.ptcris.utils.ORCIDHelper
-
Asynchronously gets a full work from an ORCID profile.
- getFullWork(WorkSummary) - Method in class pt.ptcris.utils.ORCIDHelper
-
Synchronously gets a full work from an ORCID profile.
- getInvalidTypes() - Method in exception pt.ptcris.exceptions.InvalidWorkException
-
- getSourcedWorkSummaries() - Method in class pt.ptcris.utils.ORCIDHelper
-
Retrieves the entire set of work summaries in the ORCID profile whose
source is the Member API id defined in the ORCID client.
- getWork(BigInteger) - Method in interface pt.ptcris.ORCIDClient
-
Retrieves a complete work from the ORCID profile (as opposed to only its
summary).
- getWork(BigInteger) - Method in class pt.ptcris.ORCIDClientImpl
-
Retrieves a complete work from the ORCID profile (as opposed to only its
summary).