Added AUTHOR_FULLNAME metadata key constant

This commit is contained in:
Luca Frosini 2023-03-01 13:58:24 +01:00
parent 13782f02ac
commit 0c6ca18b08
1 changed files with 6 additions and 0 deletions

View File

@ -22,7 +22,13 @@ public interface Moderated {
* Used to keep tack of item author
*/
public static final String SYSTEM_CM_ITEM_AUTHOR = SYSTEM_CM_PREFIX + "item_author";
/**
* Used to keep tack of item author fullname
*/
public static final String SYSTEM_CM_ITEM_AUTHOR_FULLNAME = SYSTEM_CM_PREFIX + "item_author_fullname";
public String approve(String moderatorMessage);
public String reject(String moderatorMessage);