com.xpn.xwiki.plugin.rightsmanager.utils
Class LevelTree

java.lang.Object
  extended by com.xpn.xwiki.plugin.rightsmanager.utils.LevelTree

public class LevelTree
extends Object

Contains all rights for a level right.

Since:
XWiki Core 1.1.2, XWiki Core 1.2M2
Version:
$Id: 616b9a4d9b8fb97b54d8b828bcf82d89d346e4ef $

Field Summary
 AllowDeny direct
          List of inherited allow and deny rights for this right level.
 AllowDeny inherited
          List of allow and deny rights for this right level.
 
Constructor Summary
LevelTree()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inherited

public AllowDeny inherited
List of allow and deny rights for this right level.


direct

public AllowDeny direct
List of inherited allow and deny rights for this right level.

Constructor Detail

LevelTree

public LevelTree()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.