Examples of DSpaceAIPIngester


Examples of org.dspace.content.packager.DSpaceAIPIngester

                            // if eperson doesn't exist yet, optionally create it:
                            if (sub == null)
                            {
                                //This class works in conjunction with the DSpaceAIPIngester.
                                // so, we'll use the configuration settings for that ingester
                                String configName = new DSpaceAIPIngester().getConfigurationName();

                                //Create the EPerson if specified and person doesn't already exit
                                if (ConfigurationManager.getBooleanProperty(METSManifest.CONFIG_METS_PREFIX + configName + ".ingest.createSubmitter"))
                                {
                                    sub = EPerson.create(context);
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.