Package org.apache.lenya.cms.repository

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


        super.doExecute();

        Document doc = getSourceDocument();
        Node node = doc.getRepositoryNode();

        node.forceCheckIn();
    }

    /**
     * Extract the publicationID from the history information stored in the
     * session
 
View Full Code Here


        super.doExecute();

        Document doc = getSourceDocument();
        Node node = doc.getRepositoryNode();

        node.forceCheckIn();
    }

    /**
     * Extract the publicationID from the history information stored in the
     * session
 
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.