Package org.jzkit.search.util

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

Related Classes of org.jzkit.search.util.OAIHeaderInfo

Copyright © 2018 www.massapicom. 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.