public interface CommentCollectionConfiguration
Modifier and Type | Field and Description |
---|---|
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_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_VOTING_ROOT
The property name of the allowing users voting root.
|
static String |
PN_VOTING_TYPE
The property name of the voting type.
|
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_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 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() |
boolean |
isAttachmentAllowed()
Allows attachment.
|
boolean |
isCloseAllowed() |
boolean |
isCustomFlagReasonAllowed() |
boolean |
isDeleteAllowed() |
boolean |
isDenyAllowed() |
boolean |
isEditAllowed() |
boolean |
isFlaggingAllowed() |
boolean |
isFollowingAllowed() |
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 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
boolean isVotingAllowed()
boolean isAttachmentAllowed()
boolean isRTEEnabled()
boolean isCustomFlagReasonAllowed()
boolean isTranslateAllButtonAllowed()
boolean isCloseAllowed()
boolean isFlaggingAllowed()
boolean isDenyAllowed()
boolean isEditAllowed()
boolean isDeleteAllowed()
int getPageSize()
boolean isFollowingAllowed()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"