F G I O P S U

F

findHidden(String, Set) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Get a set of users who have privacy enabled within a context.
findViewable(String, Set) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Get a set of users who have privacy disabled within a context.

G

getViewableState(String, Boolean, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Get the state of the users within the specified context filtered by a Boolean value.
getViewableState(String, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Get the state of the users within the specified context.

I

isViewable(String, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Determine user privacy within the specified context.

O

org.sakaiproject.api.privacy - package org.sakaiproject.api.privacy
 

P

PrivacyManager - Interface in org.sakaiproject.api.privacy
PrivacyManager maintains and queries user privacy settings An implementation can modify the behavior of the Privacy Service within sakai.properties: privacy.manager.defaultViewable=true|false a 'true' value will set privacy enabled for a user whose privacy settings are unknown a 'false' value will set privacy disabled for a user whose privacy settings are unknown If this value is not set, the default behavior will be to show users or make them viewable.

S

setViewableState(String, String, Boolean, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Set user's privacy setting within the specified context given a record type.
setViewableState(String, Map, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Set the state for each entry in the userMap.
SYSTEM_RECORD_TYPE - Static variable in interface org.sakaiproject.api.privacy.PrivacyManager
 

U

USER_RECORD_TYPE - Static variable in interface org.sakaiproject.api.privacy.PrivacyManager
 
userMadeSelection(String, String) - Method in interface org.sakaiproject.api.privacy.PrivacyManager
Determine if a user has specifically made a choice.

F G I O P S U

Copyright © 2004-2012 Sakai Project. All Rights Reserved.