Package org.jahia.services.content.impl.vfs

Examples of org.jahia.services.content.impl.vfs.PropertyIteratorImpl


    public PropertyIterator getProperties() throws RepositoryException {
        List l = new ArrayList(2);
        l.add(getProperty(Constants.JCR_DATA));
        l.add(getProperty(Constants.JCR_MIMETYPE));

        return new PropertyIteratorImpl(l.iterator(), l.size());
    }
View Full Code Here

TOP

Related Classes of org.jahia.services.content.impl.vfs.PropertyIteratorImpl

Copyright © 2018 www.massapicom. 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.