com.atlassian.confluence.rpc.soap.beans
Class RemotePermission

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.RemotePermission

Deprecated. use RemoteContentPermission instead

@Deprecated
public class RemotePermission
extends Object


Constructor Summary
RemotePermission()
          Deprecated.  
RemotePermission(ContentPermission permission)
          Deprecated.  
 
Method Summary
 String getLockedBy()
          Deprecated.  
 String getLockType()
          Deprecated.  
 void setLockedBy(String lockedBy)
          Deprecated.  
 void setLockType(String lockType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePermission

public RemotePermission()
Deprecated. 

RemotePermission

public RemotePermission(ContentPermission permission)
Deprecated. 
Method Detail

getLockType

public String getLockType()
Deprecated. 

setLockType

public void setLockType(String lockType)
Deprecated. 

getLockedBy

public String getLockedBy()
Deprecated. 

setLockedBy

public void setLockedBy(String lockedBy)
Deprecated. 


Copyright © 2003-2012 Atlassian. All Rights Reserved.