Package org.bsc.confluence.xmlrpc
Class Permission
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.Permission
-
public class Permission extends MapObject
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description Permission()Permission(Map<String,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLockedBy()The user or group name of the permission's ownerStringgetLockType()The type of permission.voidsetLockedBy(String lockedBy)voidsetLockType(String lockType)
-