Package org.opencms.report

Examples of org.opencms.report.CmsLogReport


    file.setContents(content.marshal());
    cms.lockResource(file.getRootPath());
    cms.writeFile(file);
   
    cms.unlockResource(cms.getSitePath(file));
    OpenCms.getPublishManager().publishResource(cms, cms.getSitePath(file), false, new CmsLogReport(locale, getClass()));
    cms.getRequestContext().setCurrentProject(oldProject);
  }
View Full Code Here

TOP

Related Classes of org.opencms.report.CmsLogReport

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.