Package org.apache.jetspeed.om.folder.proxy

Examples of org.apache.jetspeed.om.folder.proxy.FolderProxy


     */
    public Folder getManagedFolder(Folder folder)
    {
        // access folder proxy from specified folder and
        // return associated delegate managed folder
        FolderProxy folderProxy = (FolderProxy)NodeProxy.getNodeProxy(folder);
        return ((folderProxy != null) ? folderProxy.getDefaultFolder() : null);
    }
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.om.folder.proxy.FolderProxy

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.