Uses of Class
com.atlassian.confluence.it.ContentPermissionType
-
Packages that use ContentPermissionType Package Description com.atlassian.confluence.it com.atlassian.confluence.it.content.security com.atlassian.confluence.it.rpc -
-
Uses of ContentPermissionType in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return ContentPermissionType Modifier and Type Method Description static ContentPermissionTypeContentPermissionType. 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 Modifier and Type Method Description ContentPermissionTypeContentPermission. getPermissionType()Constructors in com.atlassian.confluence.it.content.security with parameters of type ContentPermissionType Constructor Description 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 Modifier and Type Method Description List<Map<String,String>>ConfluenceRpc. getContentPermissions(long contentId, ContentPermissionType permissionType)Deprecated.Map<String,Object>ConfluenceRpc. getContentPermissionSet(long contentId, ContentPermissionType permissionType)Deprecated.voidConfluenceRpc. grantContentPermission(ContentEntity contentEntity, Entity entity, ContentPermissionType permissionType)Deprecated.voidConfluenceRpc. grantContentPermissions(ContentEntity contentEntity, List<? extends Entity> entities, ContentPermissionType permissionType)Deprecated.voidConfluenceRpc. setPageRestriction(Page page, Entity entity, ContentPermissionType contentPermissionType)Deprecated.Restrict page to single given user or group.
-