Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.Permissions

Packages that use Permissions
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of Permissions in com.jivesoftware.base
 

Methods in com.jivesoftware.base that return Permissions
 Permissions Group.getPermissions(AuthToken authToken)
          Returns the permissions for the group that correspond to the passed-in AuthToken.
 Permissions User.getPermissions(AuthToken authToken)
          Returns the permissions for the user that correspond to the passed-in AuthToken.
 Permissions UserTemplate.getPermissions(AuthToken authToken)
           
 

Uses of Permissions in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return Permissions
 Permissions PermissionsManager.getFinalGroupPerms(int objectType, long objectID, long groupID, PermissionType permissionType)
          Returns the Permissions object that corresponds to the permissions that a group has for a particular object.
 Permissions PermissionsManager.getFinalUserPerms(int objectType, long objectID, long userID, PermissionType permissionType)
          Returns the Permissions object that corresponds to the combined permissions that a user has for a particular object: Anonymous and "registered users" permissions.
 Permissions Blog.getPermissions(AuthToken authToken)
          Deprecated. 
 Permissions Document.getPermissions(AuthToken auth)
          Returns the permissions for the document that correspond to the passed-in AuthToken.
 Permissions JiveContainer.getPermissions(AuthToken authToken)
          Deprecated. 
 

Constructors in com.jivesoftware.community with parameters of type Permissions
Permissions(Permissions permissions1, Permissions permissions2)
          Creates a new Permission object by combining two permissions objects.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.