org.olat.course.condition.interpreter
Class GetInitialEnrollmentDateFunction
java.lang.Object
com.neemsoft.jmep.FunctionCB
org.olat.course.condition.interpreter.AbstractFunction
org.olat.course.condition.interpreter.GetInitialEnrollmentDateFunction
public class GetInitialEnrollmentDateFunction
- extends AbstractFunction
Description:
Function to get the users inital enrollment date for this course node. If no
enrollment has taken place so far, the date will have a future date value.
Initial Date: Oct 26, 2004
- Author:
- gnaegi
|
Field Summary |
static java.lang.String |
name
|
|
Method Summary |
java.lang.Object |
call(java.lang.Object[] inStack)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public static final java.lang.String name
- See Also:
- Constant Field Values
GetInitialEnrollmentDateFunction
public GetInitialEnrollmentDateFunction(UserCourseEnvironment userCourseEnv)
- Default constructor to use the get initial enrollment date
- Parameters:
userCourseEnv -
call
public java.lang.Object call(java.lang.Object[] inStack)
- Specified by:
call in class AbstractFunction
- See Also:
FunctionCB.call(java.lang.Object[])