Uses of Class
org.vivoweb.webapp.createandlink.Citation
-
Packages that use Citation Package Description org.vivoweb.webapp.controller.freemarker org.vivoweb.webapp.createandlink org.vivoweb.webapp.createandlink.crossref org.vivoweb.webapp.createandlink.pubmed -
-
Uses of Citation in org.vivoweb.webapp.controller.freemarker
Methods in org.vivoweb.webapp.controller.freemarker with parameters of type Citation Modifier and Type Method Description protected StringCreateAndLinkResourceController. findInVIVO(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq, ExternalIdentifiers ids, String profileUri, Citation citation)Try to find a resource in VIVO that defines one of the external identifiersprotected voidCreateAndLinkResourceController. proposeAuthorToLink(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vreq, Citation citation, String profileUri)Method to find an author to propose for linking -
Uses of Citation in org.vivoweb.webapp.createandlink
Methods in org.vivoweb.webapp.createandlink with parameters of type Citation Modifier and Type Method Description StringCreateAndLinkResourceProvider. findInExternal(String id, Citation citation) -
Uses of Citation in org.vivoweb.webapp.createandlink.crossref
Methods in org.vivoweb.webapp.createandlink.crossref with parameters of type Citation Modifier and Type Method Description StringCrossrefCreateAndLinkResourceProvider. findInExternal(String id, Citation citation)Look up the DOI in CrossRef, and populate a citation objectStringCrossrefNativeAPI. findInExternal(String id, Citation citation)Find the DOI in CrossRef, filling the citation objectStringCrossrefResolverAPI. findInExternal(String id, Citation citation)Find the DOI in CrossRef, filling the citation object -
Uses of Citation in org.vivoweb.webapp.createandlink.pubmed
Methods in org.vivoweb.webapp.createandlink.pubmed with parameters of type Citation Modifier and Type Method Description StringPubMedCreateAndLinkResourceProvider. findInExternal(String id, Citation citation)
-