Package org.pentaho.cdf.comments

Examples of org.pentaho.cdf.comments.CommentsEngine.process()


        String result;

        try {

            final CommentsEngine commentsEngine = CommentsEngine.getInstance();
            result = commentsEngine.process(requestParams, userSession);

        } catch (InvalidCdfOperationException ex) {

            final String errMessage = ex.getCause().getClass().getName() + " - " + ex.getMessage();
            logger.error("Error processing comment: " + errMessage);
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.