Examples of canGenerateCitationVersion()


Examples of org.dspace.disseminate.CitationDocument.canGenerateCitationVersion()

                BitstreamFormat format = bitstream.getFormat();

                //If bitstream is a PDF document then it is citable.
                CitationDocument citationDocument = new CitationDocument();

                if(citationDocument.canGenerateCitationVersion(bitstream)) {
                    this.resBuilder.append(item.getHandle() + " - "
                            + bitstream.getName() + " is citable.");
                    try {
                        //Create the cited document
                        File citedDocument = citationDocument.makeCitedDocument(bitstream);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.