Uses of Class
org.exoplatform.wiki.mow.api.PermissionEntry
-
Packages that use PermissionEntry Package Description org.exoplatform.wiki.jpa 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. -
-
Uses of PermissionEntry in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PermissionEntry Modifier and Type Method Description static PermissionEntryEntityConverter. convertPermissionEntityToPermissionEntry(PermissionEntity permissionEntity)Methods in org.exoplatform.wiki.jpa that return types with arguments of type PermissionEntry Modifier and Type Method Description static List<PermissionEntry>EntityConverter. convertPermissionEntitiesToPermissionEntries(List<PermissionEntity> permissionEntities, List<PermissionType> filteredPermissionTypes)List<PermissionEntry>JPADataStorage. getWikiPermission(String wikiType, String wikiOwner)Method parameters in org.exoplatform.wiki.jpa with type arguments of type PermissionEntry Modifier and Type Method Description static List<PermissionEntity>EntityConverter. convertPermissionEntriesToPermissionEntities(List<PermissionEntry> permissionEntries)voidJPADataStorage. updateWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries) -
Uses of PermissionEntry in org.exoplatform.wiki.mow.api
Methods in org.exoplatform.wiki.mow.api that return types with arguments of type PermissionEntry Modifier and Type Method Description List<PermissionEntry>Attachment. getPermissions()List<PermissionEntry>Wiki. getPermissions()Method parameters in org.exoplatform.wiki.mow.api with type arguments of type PermissionEntry Modifier and Type Method Description voidAttachment. setPermissions(List<PermissionEntry> permissions)voidWiki. setPermissions(List<PermissionEntry> permissions) -
Uses of PermissionEntry in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type PermissionEntry Modifier and Type Method Description List<PermissionEntry>WikiService. getWikiDefaultPermissions(String wikiType, String wikiOwner)Gets a list of Wiki default permissions.List<PermissionEntry>DataStorage. getWikiPermission(String wikiType, String wikiOwner)List<PermissionEntry>WikiService. getWikiPermission(String wikiType, String wikiOwner)Gets a list of Wiki permissions based on its type and owner.Method parameters in org.exoplatform.wiki.service with type arguments of type PermissionEntry Modifier and Type Method Description voidDataStorage. updateWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries)voidWikiService. updateWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries)Adds a list of permissions to Wiki. -
Uses of PermissionEntry in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PermissionEntry Modifier and Type Method Description List<PermissionEntry>WikiServiceImpl. getWikiDefaultPermissions(String wikiType, String wikiOwner)List<PermissionEntry>WikiServiceImpl. getWikiPermission(String wikiType, String wikiOwner)Method parameters in org.exoplatform.wiki.service.impl with type arguments of type PermissionEntry Modifier and Type Method Description voidWikiServiceImpl. updateWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries)
-