public class TallyConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COUNT_PROPERTY
Name of the JCR property that stores the count of each response.
|
static java.lang.String |
DEFAULT_RESPONSE_URL_SELECTOR
The default response URL that handles all tally user responses.
|
static java.lang.String |
NAME_PROPERTY
Name of the JCR property that stores the tally name.
|
static java.lang.String |
PROP_USE_REFERRER_URL
The component property name for use referrer header for the @link getFriendlyUrl() value.
|
static java.lang.String |
RESPONSE_PROPERTY
Name of the JCR property that stores the response value for each response.
|
static java.lang.String |
RESPONSE_RESOURCE_TYPE
The resource type of a tally response resource
|
static java.lang.String |
RESPONSES_PATH
The path to the node where tally responses are stored relative to the tally resource.
|
static java.lang.String |
SUMMARY_PATH
The path to the node where tally counts are stored relative to the tally resource.
|
static java.lang.String |
TALLY_SUPER_RESOURCE_TYPE
The resource type of all tally resources
|
static java.lang.String |
TIMESTAMP_PROPERTY
Name of the JCR property that stores the timestamp value for each response.
|
static java.lang.String |
UNSET_RESPONSE_VALUE
The response value used to indicate that a user has unset his earlier response to the tally.
|
static java.lang.String |
USER_PROPERTY
Name of the JCR property that stores the user identifier for each response.
|
public static final java.lang.String NAME_PROPERTY
public static final java.lang.String COUNT_PROPERTY
public static final java.lang.String RESPONSE_PROPERTY
public static final java.lang.String TIMESTAMP_PROPERTY
public static final java.lang.String RESPONSES_PATH
public static final java.lang.String SUMMARY_PATH
public static final java.lang.String UNSET_RESPONSE_VALUE
public static final java.lang.String RESPONSE_RESOURCE_TYPE
public static final java.lang.String TALLY_SUPER_RESOURCE_TYPE
public static final java.lang.String USER_PROPERTY
public static final java.lang.String DEFAULT_RESPONSE_URL_SELECTOR
public static final java.lang.String PROP_USE_REFERRER_URL
Copyright © 2010 - 2020 Adobe. All Rights Reserved