org.codehaus.swizzle.confluence
Class Permission
java.lang.Object
org.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.Permission
public class Permission
- extends MapObject
- Version:
- $Revision$ $Date$
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
fields |
| Methods inherited from class org.codehaus.swizzle.confluence.MapObject |
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString |
Permission
public Permission()
Permission
public Permission(Map data)
getLockType
public String getLockType()
- The type of permission. One of 'View' or 'Edit'
setLockType
public void setLockType(String lockType)
getLockedBy
public String getLockedBy()
- The user or group name of the permission's owner
setLockedBy
public void setLockedBy(String lockedBy)
Copyright © 2012 The Codehaus Foundation. All Rights Reserved.