org.codehaus.swizzle.confluence
Class Permission

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.Permission

public class Permission
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
Permission()
           
Permission(Map data)
           
 
Method Summary
 String getLockedBy()
          The user or group name of the permission's owner
 String getLockType()
          The type of permission.
 void setLockedBy(String lockedBy)
           
 void setLockType(String lockType)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Permission

public Permission()

Permission

public Permission(Map data)
Method Detail

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.