org.olat.course.condition.interpreter
Class IsCourseAdministratorFunction

java.lang.Object
  extended by com.neemsoft.jmep.FunctionCB
      extended by org.olat.course.condition.interpreter.AbstractFunction
          extended by org.olat.course.condition.interpreter.IsCourseAdministratorFunction

public class IsCourseAdministratorFunction
extends AbstractFunction

Description:
a user is course administrator if he/she is in the owner group of the course repository entry of the course

Initial Date: Sep 16, 2004

Author:
gnaegi

Field Summary
static java.lang.String name
           
 
Constructor Summary
IsCourseAdministratorFunction(UserCourseEnvironment userCourseEnv)
          Constructor
 
Method Summary
 java.lang.Object call(java.lang.Object[] inStack)
           
 
Methods inherited from class org.olat.course.condition.interpreter.AbstractFunction
getUserCourseEnv
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static final java.lang.String name
See Also:
Constant Field Values
Constructor Detail

IsCourseAdministratorFunction

public IsCourseAdministratorFunction(UserCourseEnvironment userCourseEnv)
Constructor

Parameters:
userCourseEnv -
Method Detail

call

public java.lang.Object call(java.lang.Object[] inStack)
Specified by:
call in class AbstractFunction
See Also:
FunctionCB.call(java.lang.Object[])