Package org.apache.jackrabbit.value

Examples of org.apache.jackrabbit.value.ValueFactoryImpl.createValue()


        {
            if (content.isRestrictChildren() != null) {
                if (!node.isNodeType(NodesTypes.PREFIX + ContentDao.NAME)) {
                    this.addContentMixin(node);
                }
                Value restrictChildrenValue = valueFactory.createValue(content.isRestrictChildren().booleanValue());
                node.setProperty(NodesTypes.PREFIX + RESTRICT_CHILDREN_PROPERTY, restrictChildrenValue);
            }
        }
    }
   
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.