Uses of Class
org.liquidsite.core.content.Permission

Packages that use Permission
org.liquidsite.core.content   
 

Uses of Permission in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content that return Permission
 Permission[] PermissionList.getPermissions()
          Returns an array of the permissions in this list.
 

Methods in org.liquidsite.core.content with parameters of type Permission
 void PermissionList.setPermissions(Permission[] permissions)
          Sets the content of the permission list.
 boolean Permission.equals(Permission obj)
          Checks if this permission equals another object.