Uses of Class
com.atlassian.confluence.it.ContentPermissionType

Packages that use ContentPermissionType
com.atlassian.confluence.it   
com.atlassian.confluence.it.content.security   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.selenium.client   
 

Uses of ContentPermissionType in com.atlassian.confluence.it
 

Methods in com.atlassian.confluence.it that return ContentPermissionType
static ContentPermissionType ContentPermissionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentPermissionType[] ContentPermissionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ContentPermissionType in com.atlassian.confluence.it.content.security
 

Methods in com.atlassian.confluence.it.content.security that return ContentPermissionType
 ContentPermissionType ContentPermission.getPermissionType()
           
 

Constructors in com.atlassian.confluence.it.content.security with parameters of type ContentPermissionType
ContentPermission(Entity entity, ContentPermissionType permissionType)
           
ContentPermissionEntry(ContentPermissionType permissionType, ContentPermissionEntityType entityType, String entityName)
           
 

Uses of ContentPermissionType in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc with parameters of type ContentPermissionType
 void ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity, List<? extends Entity> entities, ContentPermissionType permissionType)
           
 void ConfluenceRpc.setPageRestriction(Page page, Entity entity, ContentPermissionType contentPermissionType)
          Restrict page to single given user or group.
 

Uses of ContentPermissionType in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return ContentPermissionType
 ContentPermissionType PagePermissionsEditor.getCurrentPermissionType()
           
 

Methods in com.atlassian.confluence.selenium.client with parameters of type ContentPermissionType
 List<String> PagePermissionsEditor.getPermissions(ContentPermissionType permissionType, ContentPermissionEntityType entityType)
          Returns a list of the user names currently in the direct permission table with the given permission and entity type.
 void PagePermissionsEditor.setCurrentPermissionType(ContentPermissionType currentPermissionType)
          Sets the current ContentPermissionType choice in the PagePermissionsEditor by clicking the appropriate radio button.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.