Examples of modifyObjMetacontent()


Examples of it.eng.spagobi.tools.objmetadata.dao.IObjMetacontentDAO.modifyObjMetacontent()

        } else {
          logger.debug("ObjMetacontent for metadata id = " + metadataId + ", biobject id = " + biobjectId +
              ", subobject id = " + subobjectId + " was found, it will be modified...");
          aObjMetacontent.setContent(text.getBytes("UTF-8"));
          aObjMetacontent.setLastChangeDate(new Date());
          dao.modifyObjMetacontent(aObjMetacontent);
        }

      }   
      /*
      *indexes biobject by modifying document in index
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.