public interface NotePermissionManagement extends PermissionManagement<Note,NoteStoringTO,NoteManagementAuthorizationException>
Modifier and Type | Field and Description |
---|---|
static Permission<Note> |
PERMISSION_COMMENT
If set, the user is allowed to comment on the note.
|
static Permission<Note> |
PERMISSION_DELETE
If set, the user is allowed to delete the note.
|
static Permission<Note> |
PERMISSION_EDIT
If set, the user is allowed to edit the note.
|
static Permission<Note> |
PERMISSION_FAVOR
If set, the user is allowed to favor the note.
|
static Permission<Note> |
PERMISSION_LIKE
If set, the user is allowed to like the note.
|
static Permission<Note> |
PERMISSION_MOVE
If set, the user is allowed to move the note (whole discussion).
|
static Permission<Note> |
PERMISSION_READ
If set, the user is allowed to read the note.
|
static Permission<Note> |
PERMISSION_REPOST
If set, the user is allowed to repost the note.
|
addPermissionFilter, getPermissions, getPermissions, getPermissionsForCreation, hasAndGetWithPermission, hasPermission, hasPermission, hasPermissionForCreation, removePermissionFilter
static final Permission<Note> PERMISSION_EDIT
static final Permission<Note> PERMISSION_DELETE
static final Permission<Note> PERMISSION_COMMENT
static final Permission<Note> PERMISSION_LIKE
static final Permission<Note> PERMISSION_FAVOR
static final Permission<Note> PERMISSION_MOVE
static final Permission<Note> PERMISSION_READ
static final Permission<Note> PERMISSION_REPOST
Copyright © 2019 Communote team. All rights reserved.