Package org.apache.lenya.cms.repository

Examples of org.apache.lenya.cms.repository.Node.rollback()


        int revision = getParameterAsInteger("rollbackRevision", -1);

        Document document = getSourceDocument();
        Node node = document.getRepositoryNode();
        node.rollback(revision);
       
        WorkflowUtil.invoke(this.manager, getSession(), getLogger(), getSourceDocument(),
                getEvent());
    }
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.