Package org.olat.course.archiver

Examples of org.olat.course.archiver.BulkActionGetNodePassed


            List bulkActions = new ArrayList();
            BulkActionGetNodeScore baGetNodeScore = new BulkActionGetNodeScore(course, currentCourseNode, getTranslator());
            baGetNodeScore.setDisplayName(translate("bulk.action.getnodescore"));
            bulkActions.add(baGetNodeScore);
           
            BulkActionGetNodePassed baGetNodePassed = new BulkActionGetNodePassed(course, currentCourseNode, getTranslator());
            baGetNodePassed.setDisplayName(translate("bulk.action.getnodepassed"));
            bulkActions.add(baGetNodePassed);
         
            iowc = new InOutWizardController(ureq, bulkActions, getWindowControl());           
            listenTo(iowc);
            cmc = new CloseableModalController(getWindowControl(), translate("close"), iowc.getInitialComponent());
View Full Code Here

TOP

Related Classes of org.olat.course.archiver.BulkActionGetNodePassed

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.