Package edu.cornell.mannlib.vivo.orcid
Class OrcidIdDataGetter
- java.lang.Object
-
- edu.cornell.mannlib.vivo.orcid.OrcidIdDataGetter
-
- All Implemented Interfaces:
edu.cornell.mannlib.vitro.webapp.utils.dataGetter.DataGetter
public class OrcidIdDataGetter extends Object implements edu.cornell.mannlib.vitro.webapp.utils.dataGetter.DataGetter
This data getter should be assigned to the template that renders the list view for ORCID IDs. Find out whether the user is authorized to confirm the ORCID IDs on this page. Find the list of ORCID IDs, and whether each has already been confirmed. The information is stored in the values map like this:orcidInfo = map { authorizedToConfirm: boolean orcids: map of String to boolean [ orcid: String confirm: boolean ] }
-
-
Field Summary
Fields Modifier and Type Field Description static StringORCID_IDstatic StringORCID_IS_CONFIRMED
-
Constructor Summary
Constructors Constructor Description OrcidIdDataGetter(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq)
-
-
-
Field Detail
-
ORCID_ID
public static final String ORCID_ID
- See Also:
- Constant Field Values
-
ORCID_IS_CONFIRMED
public static final String ORCID_IS_CONFIRMED
- See Also:
- Constant Field Values
-
-