Interface SetPropertyStrategy

    • Method Detail

      • setProperty

        javax.jcr.Property setProperty​(javax.jcr.Node node,
                                       String name,
                                       javax.jcr.Value value,
                                       int type)
                                throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • setProperty

        javax.jcr.Property setProperty​(javax.jcr.Node node,
                                       String name,
                                       javax.jcr.Value[] values,
                                       int type)
                                throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException