Examples of OAIHeaderInfo


Examples of org.jzkit.search.util.OAIHeaderInfo

              Boolean deleted_flag = Boolean.FALSE;
              String identifier = e.getOID().toString();
              String coll_names = "";

              log.debug("Adding OAIHeaderInfo");
              result[i].getExtendedInfo().put("OAIHeaderInfo",new OAIHeaderInfo(date_added,
                                                                                date_modified,
                                                                                date_deleted,
                                                                                deleted_flag.booleanValue(),
                                                                                identifier,
                                                                                coll_names));
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.