org.olat.course.condition.interpreter
Class GetUserPropertyFunction

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

public class GetUserPropertyFunction
extends AbstractFunction

Description:

The getUserProperty function provides access to the user properties. Eg. you can ask if the user is from a certain city, has a certain firstname or for a certain institutional id

Initial Date: 02.08.2007

Author:
Florian Gnaegi, frentix GmbH, http://www.frentix.com

Field Summary
static java.lang.String name
           
 
Constructor Summary
GetUserPropertyFunction(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

GetUserPropertyFunction

public GetUserPropertyFunction(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:
AbstractFunction.call(java.lang.Object[])