Class SetPropertyStrategy.Property

    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • setProperty

        public javax.jcr.Property setProperty​(javax.jcr.Node node,
                                              String name,
                                              javax.jcr.Value value,
                                              int type)
                                       throws javax.jcr.RepositoryException
        Specified by:
        setProperty in interface SetPropertyStrategy
        Throws:
        javax.jcr.RepositoryException
      • setProperty

        public javax.jcr.Property setProperty​(javax.jcr.Node node,
                                              String name,
                                              javax.jcr.Value[] values,
                                              int type)
                                       throws javax.jcr.RepositoryException
        Specified by:
        setProperty in interface SetPropertyStrategy
        Throws:
        javax.jcr.RepositoryException