@ProviderType
public interface TagConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_NAMESPACE
Name of the special default tag namespace.
|
static java.lang.String |
DEFAULT_NAMESPACE_ID
TagId for 'default' NAMESPACE.
|
static java.lang.String |
LEGACY_TAG_ROOT_PATH
Legacy tag root path.
|
static java.lang.String |
MARKED_AS_DELETED
A special value for the cq:movedTo property.It is applied when the tag is deleted but cannot be removed
from the repository because there are subtags with a cq:movedTo that must be kept.
|
static java.lang.String |
NAMESPACE_DELIMITER
String representation of NAMESPACE_DELIMITER_CHR.
|
static char |
NAMESPACE_DELIMITER_CHR
Tags are classified by namespace which is also a tag and define a set/class of a specific type of tags.
|
static java.lang.String |
NT_TAG
JCR node type that defines a tag.
|
static java.lang.String |
NT_TAGGABLE
JCR mixin type to use on content resources (such as pages or assets) that allows them to be associated with tags ("be tagged")
by bringing in the cq:tags property (PN_TAGS), and allow to find content tagged with certain tags.
|
static java.lang.String |
PN_BACKLINKS
Name of a JCR multi-value string property on cq:Tag nodes that lists all previous tags that have been moved to or merged with this tag.
|
static java.lang.String |
PN_MOVED_TO
Name of a JCR string property on cq:Tag nodes that marks that a tag has been moved to or merged with a different tag
(but the tag needs to be present to resolve stale tag id references).
|
static java.lang.String |
PN_TAGS
Name of the JCR multi-value string property on content resources that stores the associated tags.
|
static java.lang.String |
SEPARATOR
It used to represent hierarchy model of the tag framework.
|
static java.lang.String |
TAG_ROOT_PATH
Tag root path.
|
static java.lang.String |
TITLEPATH_DELIMITER
Another formated version of SEPARATOR.
|
static java.lang.String |
TITLEPATH_NS_DELIMITER
Another formated version of NAMESPACE_DELIMITER.
|
static final java.lang.String NT_TAG
static final java.lang.String NT_TAGGABLE
static final java.lang.String PN_TAGS
static final java.lang.String PN_MOVED_TO
static final java.lang.String PN_BACKLINKS
static final java.lang.String MARKED_AS_DELETED
static final char NAMESPACE_DELIMITER_CHR
static final java.lang.String NAMESPACE_DELIMITER
static final java.lang.String SEPARATOR
static final java.lang.String TITLEPATH_NS_DELIMITER
static final java.lang.String TITLEPATH_DELIMITER
static final java.lang.String DEFAULT_NAMESPACE
static final java.lang.String DEFAULT_NAMESPACE_ID
static final java.lang.String LEGACY_TAG_ROOT_PATH
static final java.lang.String TAG_ROOT_PATH
Copyright © 2010 - 2023 Adobe. All Rights Reserved