|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContentPermissionType in com.atlassian.confluence.it |
---|
Methods in com.atlassian.confluence.it that return ContentPermissionType | |
---|---|
static ContentPermissionType |
ContentPermissionType.valueOf(java.lang.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,
java.lang.String entityName)
|
Uses of ContentPermissionType in com.atlassian.confluence.it.rpc |
---|
Methods in com.atlassian.confluence.it.rpc with parameters of type ContentPermissionType | |
---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
ConfluenceRpc.getContentPermissions(long contentId,
ContentPermissionType permissionType)
|
java.util.Map<java.lang.String,java.lang.Object> |
ConfluenceRpc.getContentPermissionSet(long contentId,
ContentPermissionType permissionType)
|
void |
ConfluenceRpc.grantContentPermission(ContentEntity contentEntity,
Entity entity,
ContentPermissionType permissionType)
|
void |
ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity,
java.util.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.pageobjects.component.dialog |
---|
Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type ContentPermissionType | |
---|---|
boolean |
PageRestrictionsDialog.removeRestriction(java.lang.String name,
ContentPermissionType permissionType)
|
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 | |
---|---|
java.util.List<java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |