com.atlassian.confluence.it.content.security
Class ContentPermissionEntry

java.lang.Object
  extended by com.atlassian.confluence.it.content.security.ContentPermissionEntry

public class ContentPermissionEntry
extends Object

This class differs from ContentPermission in that it represents an Entity with a String rather than holding an appropriate object. There are currently use cases for both objects. (This one makes more sense as a result, where the full entity details are unknown).


Constructor Summary
ContentPermissionEntry(ContentPermissionType permissionType, ContentPermissionEntityType entityType, String entityName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentPermissionEntry

public ContentPermissionEntry(ContentPermissionType permissionType,
                              ContentPermissionEntityType entityType,
                              String entityName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.