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

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

public class RemoteContentPermissionSet
extends Object


Constructor Summary
RemoteContentPermissionSet(com.atlassian.confluence.security.ContentPermissionSet permissionSet)
           
RemoteContentPermissionSet(String type)
           
 
Method Summary
 RemoteContentPermission[] getContentPermissions()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteContentPermissionSet

public RemoteContentPermissionSet(String type)

RemoteContentPermissionSet

public RemoteContentPermissionSet(com.atlassian.confluence.security.ContentPermissionSet permissionSet)
Method Detail

getType

public String getType()

getContentPermissions

public RemoteContentPermission[] getContentPermissions()


Copyright © 2003-2010 Atlassian. All Rights Reserved.