org.exoplatform.wiki.service
Class Permission

java.lang.Object
  extended by org.exoplatform.wiki.service.Permission

public class Permission
extends Object


Constructor Summary
Permission()
           
 
Method Summary
 PermissionType getPermissionType()
           
 boolean isAllowed()
           
 void setAllowed(boolean isAllowed)
           
 void setPermissionType(PermissionType permissionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permission

public Permission()
Method Detail

getPermissionType

public PermissionType getPermissionType()

setPermissionType

public void setPermissionType(PermissionType permissionType)

isAllowed

public boolean isAllowed()

setAllowed

public void setAllowed(boolean isAllowed)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.