Class PropertyUtils


  • public class PropertyUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object getPropertyValue​(javax.jcr.Property property)  
      static void setBinaryValue​(javax.jcr.Node currentNode, java.lang.String propertyName, java.lang.Object propObj, javax.jcr.ValueFactory factory)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyUtils

        public PropertyUtils()
    • Method Detail

      • setBinaryValue

        public static void setBinaryValue​(javax.jcr.Node currentNode,
                                          java.lang.String propertyName,
                                          java.lang.Object propObj,
                                          javax.jcr.ValueFactory factory)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPropertyValue

        public static java.lang.Object getPropertyValue​(javax.jcr.Property property)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception