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
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.