Package org.nuxeo.ecm.platform.comment.workflow.utils

Examples of org.nuxeo.ecm.platform.comment.workflow.utils.FollowTransitionUnrestricted


            } else {
                newComment = commentableDoc.addComment(myComment);
            }
            // automatically validate the comments
            if (CommentsConstants.COMMENT_LIFECYCLE.equals(newComment.getLifeCyclePolicy())) {
                new FollowTransitionUnrestricted(ctx.getCoreSession(),
                        newComment.getRef(),
                        CommentsConstants.TRANSITION_TO_PUBLISHED_STATE).runUnrestricted();
            }
            // Return the new comment view
            Map<String, Object> args = new HashMap<String, Object>();
View Full Code Here

TOP

Related Classes of org.nuxeo.ecm.platform.comment.workflow.utils.FollowTransitionUnrestricted

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.