Examples of populateCatalog()


Examples of org.apache.jetspeed.services.cms.manager.CmsManager.populateCatalog()

           // Retrieve the content from Slide and get its properties
      CmsManager  cmsManager = service.getCmsManager();

      Catalog catalog = (Catalog) cmsManager.getResource(catalogName );
      cmsManager.populateCatalog(catalog, true, true, 1);

      return catalog;
    }
    catch (JetspeedCMSException e)
    {
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.