@ProviderType
public interface CommentCollectionConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOW_PRIVILEGED_MEMBERS
The restricted users group.
|
static java.lang.String |
ANALYTICS_TIME_SELECTOR |
static java.lang.String |
ENABLE_MENTIONS
Property name to enable mentions
|
static java.lang.String |
MAX_MENTIONS
Property name to define maximum mentions;
|
static long |
MIN_IMG_DEFAULT_SIZE_FOR_THUMBNAIL
Default minimum image size for producing thumbnail (in Bytes)
|
static java.lang.String |
MIN_IMG_SIZE_FOR_THUMBNAIL_PROPERTY
The property name for minimum image size required for producing thumbnail
|
static java.lang.String |
PN_ALLOW_ATTACHMENT
The property name for allowing users to attach files.
|
static java.lang.String |
PN_ALLOW_CLOSE
The property name for allowing users to close comments.
|
static java.lang.String |
PN_ALLOW_CUSTOM_FLAGREASON
The property name for allowing users to use a typed in flag reason.
|
static java.lang.String |
PN_ALLOW_DELETE_COMMENTS
The property name for allowing users or moderators to delete comments.
|
static java.lang.String |
PN_ALLOW_DENY
The property name for allowing users to deny comments.
|
static java.lang.String |
PN_ALLOW_FEATURED_CONTENT
The property name for allowing Community Moderators to mark a post as featured.
|
static java.lang.String |
PN_ALLOW_FLAGGING
The property name for allowing users to flag comments.
|
static java.lang.String |
PN_ALLOW_FOLLOWING
The property name for the allow Following.
|
static java.lang.String |
PN_ALLOW_MOVE
The property name for allowing users to move threads.
|
static java.lang.String |
PN_ALLOW_PINNING
The property name for allowing users to pin comments.
|
static java.lang.String |
PN_ALLOW_REPLIES
The property name for the allowing replies to comments.
|
static java.lang.String |
PN_ALLOW_SUBSCRIPTIONS
The property name for the allow subscriptions.
|
static java.lang.String |
PN_ALLOW_TAGGING |
static java.lang.String |
PN_ALLOW_TRANSLATE_ALL
The property name for allowing users to translate a whole thread.
|
static java.lang.String |
PN_ALLOW_VOTING
The property name for allowing users to vote.
|
static java.lang.String |
PN_DO_NOT_GET_REPLIES_ON_LISTING_PAGE
The property name for enabling/disabling replies in listing page data
|
static java.lang.String |
PN_MAX_ITEMS_PER_PAGE
The property name for the maximum number of comments on a page.
|
static java.lang.String |
PN_RTE_ENABLED
The property name for enabling the rich text editor.
|
static java.lang.String |
PN_SHOW_BADGES
The property name for showing badges.
|
static java.lang.String |
PN_SORT_FIELD
The property name for sort field
|
static java.lang.String |
PN_SORT_FIELD_ORDER |
static java.lang.String |
PN_SORT_ORDER
The property name for sort order
|
static java.lang.String |
PN_VOTING_ROOT
The property name of the allowing users voting root.
|
static java.lang.String |
PN_VOTING_TYPE
The property name of the voting type.
|
static java.lang.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_FEATURED_CONTENT
The default property value for allowing Community Moderators to mark a post as featured.
|
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_PIN
The default property value for allowing users to pin comments.
|
static boolean |
PV_DEFAULT_ALLOW_REPLIES
The default property value for allowing replies.
|
static boolean |
PV_DEFAULT_ALLOW_SUBSCRIPTIONS
The default property value for allowing subscriptions.
|
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 java.lang.String |
PV_DEFAULT_ANALYTICS_TIME_SELECTOR |
static boolean |
PV_DEFAULT_DO_NOT_GET_REPLIES_ON_LISTING_PAGE
Default value for replies on listing page
|
static java.lang.String |
PV_DEFAULT_LAST_UPDATED |
static java.lang.String |
PV_DEFAULT_NEWEST |
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 java.lang.String |
PV_DEFAULT_SORT_FIELD
The default value for sort field
|
static java.lang.String |
PV_DEFAULT_VOTING_ROOT
The default value of allow users voting root.
|
static java.lang.String |
PV_DEFAULT_VOTING_TYPE
The default value of allow users voting type.
|
static java.lang.String |
PV_SORT_ASC
The property value to sort by ascending order.
|
static java.lang.String |
PV_SORT_DESC
The property value to sort by descending order.
|
static java.lang.String |
SORT_BY |
static int |
THUMBNAIL_DEFAULT_SIZE
Default thumbnail size, in case not provided by Customers
|
static java.lang.String |
THUMBNAIL_SIZE_PROPERTY
The property name for thumbnail size.
|
static java.lang.String |
UI_MENTION_PATTERN
Property name to define mention Identifier
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnalyticsTimeSelector()
Get the default time selector for analytics properties like "last 24 hours" , "last 7 days" etc.
|
int |
getMaxMentions() |
long |
getMinimumImgSizeForThumbnail() |
int |
getPageSize() |
java.util.List<java.lang.String> |
getSortByItemsList()
Gets the default sort item list
|
java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> |
getSortFields()
Gets the sort fields.
|
CollectionSortedOrder |
getSortOrder() |
int |
getThumbNailSize() |
java.lang.String |
getUIMentionPattern() |
boolean |
isAttachmentAllowed()
Allows attachment.
|
boolean |
isCloseAllowed() |
boolean |
isCustomFlagReasonAllowed() |
boolean |
isDeleteAllowed() |
boolean |
isDenyAllowed() |
boolean |
isDoNotGetRepliesOnListingPage() |
boolean |
isEditAllowed() |
boolean |
isFeaturingContentAllowed() |
boolean |
isFlaggingAllowed() |
boolean |
isFollowingAllowed() |
boolean |
isMentionsEnabled() |
boolean |
isMoveAllowed() |
boolean |
isPinAllowed() |
boolean |
isReplyAllowed() |
boolean |
isRTEEnabled()
Checks if is RTE enabled.
|
boolean |
isSubscriptionsAllowed() |
boolean |
isTranslateAllButtonAllowed() |
boolean |
isVotingAllowed() |
static final java.lang.String PN_ALLOW_VOTING
static final boolean PV_DEFAULT_ALLOW_VOTING
static final java.lang.String PN_VOTING_ROOT
static final java.lang.String PN_ALLOW_TAGGING
static final java.lang.String PV_DEFAULT_VOTING_ROOT
static final java.lang.String PN_VOTING_TYPE
static final java.lang.String PV_DEFAULT_VOTING_TYPE
static final java.lang.String PN_ALLOW_DELETE_COMMENTS
static final boolean PV_DEFAULT_ALLOW_DELETE_COMMENTS
static final java.lang.String PN_ALLOW_FLAGGING
static final boolean PV_DEFAULT_ALLOW_FLAGGING
static final java.lang.String PN_ALLOW_PINNING
static final boolean PV_DEFAULT_ALLOW_PIN
static final java.lang.String PN_ALLOW_CLOSE
static final boolean PV_DEFAULT_ALLOW_CLOSE
static final java.lang.String PN_ALLOW_DENY
static final java.lang.String PN_ALLOW_MOVE
static final boolean PV_DEFAULT_ALLOW_DENY
static final java.lang.String PN_RTE_ENABLED
static final boolean PV_DEFAULT_RTE_ENABLED
static final java.lang.String PN_ALLOW_ATTACHMENT
static final boolean PV_DEFAULT_ALLOW_ATTACHMENT
static final java.lang.String PN_ALLOW_CUSTOM_FLAGREASON
static final boolean PV_DEFAULT_ALLOW_CUSTOM_FLAGREASON
static final java.lang.String PN_ALLOW_TRANSLATE_ALL
static final boolean PV_DEFAULT_ALLOW_TRANSLATE_ALL
static final java.lang.String PN_MAX_ITEMS_PER_PAGE
static final java.lang.String PN_ALLOW_FOLLOWING
static final boolean PV_DEFAULT_ALLOW_FOLLOWING
static final java.lang.String PN_ALLOW_SUBSCRIPTIONS
static final boolean PV_DEFAULT_ALLOW_SUBSCRIPTIONS
static final java.lang.String PN_SHOW_BADGES
static final boolean PV_DEFAULT_SHOW_BADGES
static final java.lang.String THUMBNAIL_SIZE_PROPERTY
static final java.lang.String MIN_IMG_SIZE_FOR_THUMBNAIL_PROPERTY
static final java.lang.String ENABLE_MENTIONS
static final java.lang.String MAX_MENTIONS
static final java.lang.String UI_MENTION_PATTERN
static final java.lang.String PN_ALLOW_REPLIES
static final boolean PV_DEFAULT_ALLOW_REPLIES
static final boolean PV_DEFAULT_ALLOW_MOVE
static final java.lang.String PV_SORT_DESC
static final java.lang.String PV_SORT_ASC
static final java.lang.String ALLOW_PRIVILEGED_MEMBERS
static final java.lang.String PRIVILEGED_USERS_GROUP
static final java.lang.String PN_SORT_ORDER
static final java.lang.String PN_SORT_FIELD
static final java.lang.String PV_DEFAULT_SORT_FIELD
static final java.lang.String PV_DEFAULT_LAST_UPDATED
static final java.lang.String PV_DEFAULT_ANALYTICS_TIME_SELECTOR
static final java.lang.String PN_SORT_FIELD_ORDER
static final java.lang.String PV_DEFAULT_NEWEST
static final java.lang.String SORT_BY
static final java.lang.String ANALYTICS_TIME_SELECTOR
static final int THUMBNAIL_DEFAULT_SIZE
static final long MIN_IMG_DEFAULT_SIZE_FOR_THUMBNAIL
static final java.lang.String PN_ALLOW_FEATURED_CONTENT
static final boolean PV_DEFAULT_ALLOW_FEATURED_CONTENT
static final java.lang.String PN_DO_NOT_GET_REPLIES_ON_LISTING_PAGE
static final boolean PV_DEFAULT_DO_NOT_GET_REPLIES_ON_LISTING_PAGE
boolean isVotingAllowed()
boolean isAttachmentAllowed()
boolean isRTEEnabled()
boolean isCustomFlagReasonAllowed()
boolean isTranslateAllButtonAllowed()
boolean isCloseAllowed()
boolean isPinAllowed()
boolean isFlaggingAllowed()
boolean isDenyAllowed()
boolean isMoveAllowed()
boolean isEditAllowed()
boolean isReplyAllowed()
boolean isDeleteAllowed()
int getPageSize()
boolean isFollowingAllowed()
boolean isSubscriptionsAllowed()
CollectionSortedOrder getSortOrder()
CollectionSortedOrder
.REVERSED_ORDER.java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> getSortFields()
java.util.List<java.lang.String> getSortByItemsList()
java.lang.String getAnalyticsTimeSelector()
boolean isFeaturingContentAllowed()
boolean isMentionsEnabled()
int getMaxMentions()
java.lang.String getUIMentionPattern()
int getThumbNailSize()
long getMinimumImgSizeForThumbnail()
boolean isDoNotGetRepliesOnListingPage()
Copyright © 2010 - 2020 Adobe. All Rights Reserved