Package edu.uga.galileo.voci.bo

Examples of edu.uga.galileo.voci.bo.VociBusinessObject.validateMetadata()


            metadataValue = "";
          }
          vbo.addToMetadataRegistry(metadataElement.getMetadataId(),
              metadataValue);
          try {
            vbo.validateMetadata(metadataElement, metadataValue);
          } catch (ValidationException e) {
            vbo.addToImportErrorHolder("Validation error on "
                + metadataElement
                    .getFriendlyElementQualifierName()
                + ": " + e.getMessage(), true);
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.