Menu

#2 getExplicitUserAZs needs to take Boolean not boolean

open
5
2004-05-28
2004-05-28
No

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.

Discussion

  • Peter Wilkins

    Peter Wilkins - 2004-05-28
    • assigned_to: nobody --> pwilkins
     
  • Peter Wilkins

    Peter Wilkins - 2004-05-28

    Logged In: YES
    user_id=616075

     
  • Peter Wilkins

    Peter Wilkins - 2004-05-28

    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.

     

Log in to post a comment.