According to the javadoc, the isActiveNow variable
should be able to have three states: true, false, and
null. However, since the current interface uses a
boolean primitive, only two states can be created. We
need the parameter to be changed to a Boolean object.
Thanks,
Lance
Given a Function and Qualifier (one must be non-null)
returns an enumeration of matching user Authorizations.
Explicit Authorizations can be modified.. Any null
argument will be treated as a wildcard.
Logged In: YES
user_id=616075
Logged In: YES
user_id=616075
Earlier this week, in a meeting with Sakai, we discussed the
merits of moving the Java binding of the OSIDs closer to
Java conventions, versus the current direction that avoids
using Java specific features to express the function of the
interfaces. This is a good test case for that question.