public interface CommentCollectionConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_PRIVILEGED_MEMBERS
The restricted users group.
|
static String |
PN_ALLOW_ATTACHMENT
The property name for allowing users to attach files.
|
static String |
PN_ALLOW_CLOSE
The property name for allowing users to close comments.
|
static String |
PN_ALLOW_CUSTOM_FLAGREASON
The property name for allowing users to use a typed in flag reason.
|
static String |
PN_ALLOW_DELETE_COMMENTS
The property name for allowing users or moderators to delete comments.
|
static String |
PN_ALLOW_DENY
The property name for allowing users to deny comments.
|
static String |
PN_ALLOW_FLAGGING
The property name for allowing users to flag comments.
|
static String |
PN_ALLOW_FOLLOWING
The property name for the allow Following.
|
static String |
PN_ALLOW_MOVE
The property name for allowing users to move threads.
|
static String |
PN_ALLOW_REPLIES
The property name for the allowing replies to comments.
|
static String |
PN_ALLOW_TAGGING |
static String |
PN_ALLOW_TRANSLATE_ALL
The property name for allowing users to translate a whole thread.
|
static String |
PN_ALLOW_VOTING
The property name for allowing users to vote.
|
static String |
PN_MAX_ITEMS_PER_PAGE
The property name for the maximum number of comments on a page.
|
static String |
PN_RTE_ENABLED
The property name for enabling the rich text editor.
|
static String |
PN_SHOW_BADGES
The property name for showing badges.
|
static String |
PN_SORT_ORDER
The default sort order
|
static String |
PN_VOTING_ROOT
The property name of the allowing users voting root.
|
static String |
PN_VOTING_TYPE
The property name of the voting type.
|
static String |
PRIVILEGED_USERS_GROUP |
static boolean |
PV_DEFAULT_ALLOW_ATTACHMENT
The default property value for allowing users to attach files.
|
static boolean |
PV_DEFAULT_ALLOW_CLOSE
The default property value for allowing users to close comments.
|
static boolean |
PV_DEFAULT_ALLOW_CUSTOM_FLAGREASON
The default property value for allowing a custom flag reason.
|
static boolean |
PV_DEFAULT_ALLOW_DELETE_COMMENTS
The default property value for allowing users or moderators to delete comments.
|
static boolean |
PV_DEFAULT_ALLOW_DENY
The default property value for allowing users to deny comments.
|
static boolean |
PV_DEFAULT_ALLOW_FLAGGING
The default property value for allowing users to flag comments.
|
static boolean |
PV_DEFAULT_ALLOW_FOLLOWING
The default property value for allowing following.
|
static boolean |
PV_DEFAULT_ALLOW_MOVE
The default property value for allowing moves.
|
static boolean |
PV_DEFAULT_ALLOW_REPLIES
The default property value for allowing replies.
|
static boolean |
PV_DEFAULT_ALLOW_TRANSLATE_ALL
The default property value for allowing user to translate a whole thread.
|
static boolean |
PV_DEFAULT_ALLOW_VOTING
The default value of Allow Voting property
|
static boolean |
PV_DEFAULT_RTE_ENABLED
The default state of the rich text editor.
|
static boolean |
PV_DEFAULT_SHOW_BADGES
The default property value for showing badges.
|
static String |
PV_DEFAULT_VOTING_ROOT
The default value of allow users voting root.
|
static String |
PV_DEFAULT_VOTING_TYPE
The default value of allow users voting type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize() |
CollectionSortedOrder |
getSortOrder() |
boolean |
isAttachmentAllowed()
Allows attachment.
|
boolean |
isCloseAllowed() |
boolean |
isCustomFlagReasonAllowed() |
boolean |
isDeleteAllowed() |
boolean |
isDenyAllowed() |
boolean |
isEditAllowed() |
boolean |
isFlaggingAllowed() |
boolean |
isFollowingAllowed() |
boolean |
isMoveAllowed() |
boolean |
isReplyAllowed() |
boolean |
isRTEEnabled()
Checks if is RTE enabled.
|
boolean |
isTranslateAllButtonAllowed() |
boolean |
isVotingAllowed() |
static final String PN_ALLOW_VOTING
static final boolean PV_DEFAULT_ALLOW_VOTING
static final String PN_VOTING_ROOT
static final String PN_ALLOW_TAGGING
static final String PV_DEFAULT_VOTING_ROOT
static final String PN_VOTING_TYPE
static final String PV_DEFAULT_VOTING_TYPE
static final String PN_ALLOW_DELETE_COMMENTS
static final boolean PV_DEFAULT_ALLOW_DELETE_COMMENTS
static final String PN_ALLOW_FLAGGING
static final boolean PV_DEFAULT_ALLOW_FLAGGING
static final String PN_ALLOW_CLOSE
static final boolean PV_DEFAULT_ALLOW_CLOSE
static final String PN_ALLOW_DENY
static final String PN_ALLOW_MOVE
static final boolean PV_DEFAULT_ALLOW_DENY
static final String PN_RTE_ENABLED
static final boolean PV_DEFAULT_RTE_ENABLED
static final String PN_ALLOW_ATTACHMENT
static final boolean PV_DEFAULT_ALLOW_ATTACHMENT
static final String PN_ALLOW_CUSTOM_FLAGREASON
static final boolean PV_DEFAULT_ALLOW_CUSTOM_FLAGREASON
static final String PN_ALLOW_TRANSLATE_ALL
static final boolean PV_DEFAULT_ALLOW_TRANSLATE_ALL
static final String PN_MAX_ITEMS_PER_PAGE
static final String PN_ALLOW_FOLLOWING
static final boolean PV_DEFAULT_ALLOW_FOLLOWING
static final String PN_SHOW_BADGES
static final boolean PV_DEFAULT_SHOW_BADGES
static final String PN_ALLOW_REPLIES
static final boolean PV_DEFAULT_ALLOW_REPLIES
static final boolean PV_DEFAULT_ALLOW_MOVE
static final String ALLOW_PRIVILEGED_MEMBERS
static final String PRIVILEGED_USERS_GROUP
static final String PN_SORT_ORDER
boolean isVotingAllowed()
boolean isAttachmentAllowed()
boolean isRTEEnabled()
boolean isCustomFlagReasonAllowed()
boolean isTranslateAllButtonAllowed()
boolean isCloseAllowed()
boolean isFlaggingAllowed()
boolean isDenyAllowed()
boolean isMoveAllowed()
boolean isEditAllowed()
boolean isReplyAllowed()
boolean isDeleteAllowed()
int getPageSize()
boolean isFollowingAllowed()
CollectionSortedOrder getSortOrder()
CollectionSortedOrder.REVERSED_ORDER."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"