Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.security
Class PermissionUIItemDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.security.PermissionUIItemDescriptor
All Implemented Interfaces:
Serializable

public class PermissionUIItemDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PermissionUIItemDescriptor()
           
PermissionUIItemDescriptor(PermissionUIItemDescriptor referenceDescriptor)
           
 
Method Summary
 boolean equals(Object other)
           
 String getDenyPermission()
           
 String getId()
           
 int getOrder()
           
 String getPermission()
           
 boolean isShown()
           
 void merge(PermissionUIItemDescriptor pid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionUIItemDescriptor

public PermissionUIItemDescriptor()

PermissionUIItemDescriptor

public PermissionUIItemDescriptor(PermissionUIItemDescriptor referenceDescriptor)
Method Detail

getOrder

public int getOrder()

isShown

public boolean isShown()

getPermission

public String getPermission()

getDenyPermission

public String getDenyPermission()

getId

public String getId()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

merge

public void merge(PermissionUIItemDescriptor pid)
           throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.