| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.jpa.entity | |
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JPADataStorage.hasPermissionOnPage(Page page,
PermissionType permissionType,
org.exoplatform.services.security.Identity identity) |
boolean |
JPADataStorage.hasPermissionOnWiki(Wiki wiki,
PermissionType permissionType,
org.exoplatform.services.security.Identity identity) |
| Modifier and Type | Method and Description |
|---|---|
static List<PermissionEntry> |
EntityConverter.convertPermissionEntitiesToPermissionEntries(List<PermissionEntity> permissionEntities,
List<PermissionType> filteredPermissionTypes) |
| Modifier and Type | Method and Description |
|---|---|
PermissionType |
PermissionEntity.getPermissionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionEntity.setPermissionType(PermissionType permissionType) |
| Constructor and Description |
|---|
PermissionEntity(String identity,
String identityType,
PermissionType permissionType) |
| Modifier and Type | Method and Description |
|---|---|
PermissionType |
Permission.getPermissionType() |
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.setPermissionType(PermissionType permissionType) |
| Constructor and Description |
|---|
Permission(PermissionType permissionType,
boolean isAllowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WikiService.hasPermissionOnPage(Page page,
PermissionType permissionType,
org.exoplatform.services.security.Identity user)
Checks if the given user has the permission on a page
|
boolean |
DataStorage.hasPermissionOnPage(Page page,
PermissionType permissionType,
org.exoplatform.services.security.Identity user)
Check if the identity has the given permission type on a page
|
boolean |
WikiService.hasPermissionOnWiki(Wiki wiki,
PermissionType permissionType,
org.exoplatform.services.security.Identity user)
Check if the identity has the given permission type on a wiki
|
boolean |
DataStorage.hasPermissionOnWiki(Wiki wiki,
PermissionType permissionType,
org.exoplatform.services.security.Identity identity)
Check if the identity has the given permission type on a wiki
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WikiServiceImpl.hasPermissionOnPage(Page page,
PermissionType permissionType,
org.exoplatform.services.security.Identity user) |
boolean |
WikiServiceImpl.hasPermissionOnWiki(Wiki wiki,
PermissionType permissionType,
org.exoplatform.services.security.Identity user) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.