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

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

public class ContentPermissionEntry
extends java.lang.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, java.lang.String entityName)
           
 
Method Summary
 java.lang.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,
                              java.lang.String entityName)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2010 Atlassian. All Rights Reserved.