org.olat.course.archiver
Class BulkActionGetNodePassed

java.lang.Object
  extended by org.olat.core.util.bulk.BulkAction
      extended by org.olat.course.archiver.BulkActionGetNodePassed

public class BulkActionGetNodePassed
extends BulkAction

Description:
Initial Date: 19.12.2005

Author:
Alexander Schneider

Constructor Summary
BulkActionGetNodePassed(OLATResourceable ores, CourseNode courseNode, Translator translator)
           
 
Method Summary
 java.util.List doAction(java.util.List identities)
           
 
Methods inherited from class org.olat.core.util.bulk.BulkAction
getDisplayName, setDisplayName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkActionGetNodePassed

public BulkActionGetNodePassed(OLATResourceable ores,
                               CourseNode courseNode,
                               Translator translator)
Method Detail

doAction

public java.util.List doAction(java.util.List identities)
Specified by:
doAction in class BulkAction